Network class

Network information

Constructors

Network({required String messagePrefix, required String bech32, required Bip32Type bip32, required int pubKeyHash, required int scriptHash, required int wif})

Properties

bech32 String
Bech32 Address Prefix
getter/setter pair
bip32 ↔ Bip32Type
Bip32 Public and Private Key information
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messagePrefix String
Message Prefix
getter/setter pair
pubKeyHash int
Public Key Hash
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptHash int
Script Hash
getter/setter pair
wif int
WIF
getter/setter pair

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