Skip to main content
type SendCallsRequest = {
  method: "wallet_sendCalls";
  params: [{
     calls: Call[];
  }];
};
A request to send one or more calls to the specified Ethereum chain

Properties

PropertyType
method"wallet_sendCalls"
params[{ calls: Call[]; }]