Network class

Constructors

Network(bool testnet, NetworkId networkPrefix, String name)
const
Network.fromNetworkPrefix(int networkPrefix)
factory
Network.private()
factory
Network.toplnet()
factory
Network.valhalla()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
networkPrefix NetworkId
the networkPrefix of the network in hex (int)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testnet bool
whether or not this network instance is a test net bool
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