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

    Type Alias JsonRpcRequestForChanges

    JsonRpcRequest_for_changes

    type JsonRpcRequestForChanges = {
        id: string;
        jsonrpc: string;
        method: "changes";
        params: RpcStateChangesInBlockByTypeRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "changes"