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

    Interface CallFunctionRequest

    interface CallFunctionRequest {
        account_id: string;
        args_base64: string;
        method_name: string;
        request_type: "call_function";
    }
    Index

    Properties

    account_id: string
    args_base64: string
    method_name: string
    request_type: "call_function"