ADANetwork class
An enumeration of Ada Shelley address network tags.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- protocolMagic → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromProtocolMagic(
int? protocolMagic) → ADANetwork -
fromTag(
int tag) → ADANetwork
Constants
- mainnet → const ADANetwork
- Mainnet network tag with a value of 1.
- testnet → const ADANetwork
- Testnet network tag with a value of 0. This network does not exist anymore.
- testnetPreprod → const ADANetwork
- Testnet network tag with a value of 0.
- testnetPreview → const ADANetwork
- Testnet network tag with a value of 0.
-
values
→ const List<
ADANetwork>