Eip7702Base class abstract

Base interface for components that require an Eip7702Context.

Classes that perform signing, authorization construction, gas/nonce resolution, or transaction building should implement this interface to gain access to the underlying context.

This interface ensures that all EIP-7702 builders and utilities operate with a shared context containing network configuration, RPC access, and signing parameters.

See also:

  • Eip7702Context – holds RPC client, chain ID, and delegate implementation address.
  • Eip7702Common – a shared mixin implementing common RPC helpers.

Learn more about EIP-7702: https://eips.ethereum.org/EIPS/eip-7702

Implementers

Constructors

Eip7702Base()

Properties

ctx Eip7702Context
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited