near-api-js - v7.0.4
    Preparing search index...

    Type Alias JsonRpcRequestForTx

    JsonRpcRequest_for_tx

    type JsonRpcRequestForTx = {
        id: string;
        jsonrpc: string;
        method: "tx";
        params: RpcTransactionStatusRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "tx"