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

    Type Alias JsonRpcRequestForExperimentalLightClientProof

    JsonRpcRequest_for_EXPERIMENTAL_light_client_proof

    type JsonRpcRequestForExperimentalLightClientProof = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_light_client_proof";
        params: RpcLightClientExecutionProofRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_light_client_proof"