Skip to main content
type SendCallsCapabilities = {
[key: string]: unknown;
  paymasterService?: {
     url?: string;
  };
  dataSuffix?: {
     value: Hex;
  };
};
Capabilities for wallet_sendCalls

Indexable

[key: string]: unknown

Properties

PropertyType
paymasterService?{ url?: string; }
paymasterService.url?string
dataSuffix?{ value: Hex; }
dataSuffix.valueHex