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

    Type Alias JsonRpcRequestForExperimentalViewAccount

    JsonRpcRequest_for_EXPERIMENTAL_view_account

    type JsonRpcRequestForExperimentalViewAccount = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_view_account";
        params: RpcViewAccountRequest;
    }
    Index
    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_view_account"