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

    Type Alias JsonRpcRequestForExperimentalViewGasKey

    JsonRpcRequest_for_EXPERIMENTAL_view_gas_key

    type JsonRpcRequestForExperimentalViewGasKey = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_view_gas_key";
        params: RpcViewGasKeyRequest;
    }
    Index
    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_view_gas_key"