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

    Type Alias JsonRpcRequestForExperimentalViewCode

    JsonRpcRequest_for_EXPERIMENTAL_view_code

    type JsonRpcRequestForExperimentalViewCode = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_view_code";
        params: RpcViewCodeRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_view_code"