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

    Type Alias JsonRpcRequestForExperimentalCallFunction

    JsonRpcRequest_for_EXPERIMENTAL_call_function

    type JsonRpcRequestForExperimentalCallFunction = {
        id: string;
        jsonrpc: string;
        method: "EXPERIMENTAL_call_function";
        params: RpcCallFunctionRequest;
    }
    Index

    Properties

    Properties

    id: string
    jsonrpc: string
    method: "EXPERIMENTAL_call_function"