Skip to main content
type GetCallsStatusRequest = {
  method: "wallet_getCallsStatus";
  params: [`0x${string}`];
};
A request to get the status of one or more calls

Properties

PropertyType
method"wallet_getCallsStatus"
params[`0x${string}`]