Properties
| Property | Type |
|---|---|
method | "wallet_sendCalls" |
params | [{ calls: Call[]; capabilities?: SendCallsCapabilities; }] |
type SendCallsRequest = {
method: "wallet_sendCalls";
params: [{
calls: Call[];
capabilities?: SendCallsCapabilities;
}];
};
| Property | Type |
|---|---|
method | "wallet_sendCalls" |
params | [{ calls: Call[]; capabilities?: SendCallsCapabilities; }] |
Was this page helpful?