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

Properties

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