type SendCallsRequest = { method: "wallet_sendCalls"; params: [{ calls: Call[]; }]; };
method
"wallet_sendCalls"
params
calls
Call
Was this page helpful?