AddressError enum
Values
- WHITESPACE → const AddressError
-
we consider it as an error if addresses contain whitespace
- INVALID → const AddressError
-
garbage addresses that are not valid on any chain
- INVALID_CHECKSUM → const AddressError
-
address that looks valid although it is invalid
- WRONG_CHAIN → const AddressError
-
address is valid on another chain
- NOT_SUPPORTED → const AddressError
-
addresses that are valid, but not yet supported
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
AddressError> - A constant List of the values in this enum, in order of their declaration.