EntryPointAddress class
Represents the address of an EntryPoint contract.
Constructors
- EntryPointAddress.new(double version, EthereumAddress address)
-
const
Properties
- address → EthereumAddress
-
The Ethereum address of the EntryPoint contract.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → double
-
Creates a new instance of the EntryPointAddress class.
final
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
Static Properties
- v06 → EntryPointAddress
-
Returns the EntryPoint address for version 0.6 of the EntryPoint contract.
no setter
- v07 → EntryPointAddress
-
Returns the EntryPoint address for version 0.7 of the EntryPoint contract.
no setter