Skip to main content

Crate alloy_eip5792

Crate alloy_eip5792 

Source
Expand description

§alloy-eip5792

Types for the Wallet Call API.

  • wallet_getCapabilities based on EIP-5792, with the only capability being delegation.
  • wallet_sendTransaction that can perform sequencer-sponsored EIP-7702 delegations and send other sequencer-sponsored transactions on behalf of EOAs with delegated code.

Structs§

CallParams
Call parameters for wallet_sendCalls
Capabilities
Wallet capabilities for a specific chain.
DelegationCapability
The capability to perform EIP-7702 delegations, sponsored by the sequencer.
SendCallsRequest
Request that a wallet submits a batch of calls in wallet_sendCalls
WalletCapabilities
A map of wallet capabilities per chain ID.