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

    Type Alias JsonRpcRequestForExperimentalViewState

    JsonRpcRequest_for_EXPERIMENTAL_view_state

    type JsonRpcRequestForExperimentalViewState = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_view_state";
        params: RpcViewStateRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_view_state"