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

    Type Alias JsonRpcRequestForExperimentalViewAccount

    JsonRpcRequest_for_EXPERIMENTAL_view_account

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

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_view_account"