Modules§
Structs§
- Authorization
- An unsigned EIP-7702 authorization.
- Eip7702
Bytecode - Bytecode of delegated account, specified in EIP-7702
- Recovered
Authorization - A recovered authorization.
- Signature
Deprecated - An Ethereum ECDSA signature.
- Signed
Authorization - A signed EIP-7702 authorization.
Enums§
- Authorization
List - Authorization list for EIP-7702 transaction type.
- Eip7702
Decode Error - Bytecode errors.
- Recovered
Authority - Represents the outcome of an attempt to recover the authority from an authorization.
It can either be valid (containing an
Address
) or invalid (indicating recovery failure).
Constants§
- EIP7702_
MAGIC - EIP-7702 Version Magic in u16 form.
- EIP7702_
VERSION - EIP-7702 first version of bytecode.
- PER_
AUTH_ BASE_ COST - PER_
EMPTY_ ACCOUNT_ COST - Cost of creating authorized account that was previously empty.
Statics§
- EIP7702_
MAGIC_ BYTES - EIP-7702 magic number in array form.