XtzAddrPrefixes class
Enum defining address prefixes for Tezos (XTZ) blockchain addresses.
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
Constants
- tz1 → const XtzAddrPrefixes
- Address prefix for tz1 addresses.
- tz2 → const XtzAddrPrefixes
- Address prefix for tz2 addresses.
- tz3 → const XtzAddrPrefixes
- Address prefix for tz3 addresses.
-
values
→ const List<
XtzAddrPrefixes>