NetworkBIP class

Constructors

NetworkBIP({required int bip32XpubPrefix, required int bip32XprivPrefix, required int bip49XpubPrefix, required int bip49XprivPrefix, required int bip84XpubPrefix, required int bip84XprivPrefix, required int wif})
const

Properties

bip32XprivPrefix int
final
bip32XpubPrefix int
final
bip49XprivPrefix int
final
bip49XpubPrefix int
final
bip84XprivPrefix int
final
bip84XpubPrefix int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wif int
final

Methods

getForWalletType(HDWalletPurpose purpose) NetworkType
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

BIP44_PURPOSE → const String
BIP49_PURPOSE → const String
BIP84_PURPOSE → const String
NS_PURPOSE → const String