BIP32 class

Checks if you are awesome. Spoiler: you are.

Constructors

BIP32(Uint8List? _d, Uint8List? _Q, Uint8List chainCode, NetworkType network)
BIP32.fromBase58(String string, [NetworkType? nw])
factory
BIP32.fromPrivateKey(Uint8List privateKey, Uint8List chainCode, [NetworkType? nw])
factory
BIP32.fromPublicKey(Uint8List publicKey, Uint8List chainCode, [NetworkType? nw])
factory
BIP32.fromSeed(Uint8List seed, [NetworkType? nw])
factory

Properties

chainCode Uint8List
getter/setter pair
depth int
getter/setter pair
fingerprint Uint8List
no setter
hashCode int
The hash code for this object.
no setterinherited
identifier Uint8List
no setter
index int
getter/setter pair
network NetworkType
getter/setter pair
parentFingerprint int
getter/setter pair
privateKey Uint8List?
no setter
publicKey Uint8List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

derive(int index) BIP32
deriveHardened(int index) BIP32
derivePath(String path) BIP32
isNeutered() bool
neutered() BIP32
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List hash) → dynamic
toBase58() String
toString() String
A string representation of this object.
inherited
toWIF() String
verify(Uint8List hash, Uint8List signature) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited