EIP712Version class
Represents different versions of the Ethereum Improvement Proposal (EIP) 712 specification.
Properties
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 Methods
-
fromVersion(
int? version) → EIP712Version
Constants
- v1 → const EIP712Version
- EIP712 version 1.
- v3 → const EIP712Version
- EIP712 version 3.
- v4 → const EIP712Version
- EIP712 version 4.
-
values
→ const List<
EIP712Version>