Bip32 class

Constructors

Bip32({int? versionBytesNum, int? depth, Uint8List? parentFingerPrint, int? childIndex, Uint8List? chainCode, PrivKey? privKey, PubKey? pubKey, int? bip32PrivKey, int? bip32PubKey})
Bip32.fromRandom()
factory
Bip32.fromSeed(List<int> bytes)
factory
Bip32.Mainnet({int? versionBytesNum, int? depth, Uint8List? parentFingerPrint, int? childIndex, Uint8List? chainCode, PrivKey? privKey, PubKey? pubKey})
factory
Bip32.Regtest({int? versionBytesNum, int? depth, Uint8List? parentFingerPrint, int? childIndex, Uint8List? chainCode, PrivKey? privKey, PubKey? pubKey})
factory
Bip32.Testnet({int? versionBytesNum, int? depth, Uint8List? parentFingerPrint, int? childIndex, Uint8List? chainCode, PrivKey? privKey, PubKey? pubKey})
factory

Properties

bip32PrivKey int?
getter/setter pair
bip32PubKey int?
getter/setter pair
chainCode Uint8List?
getter/setter pair
childIndex int?
getter/setter pair
depth int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parentFingerPrint Uint8List?
getter/setter pair
privKey PrivKey?
getter/setter pair
pubKey PubKey?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionBytesNum int?
getter/setter pair

Methods

derive(String path) Bip32
deriveChild(int i) Bip32
fromBuffer(List<int> list) Bip32
fromHex(String str) Bip32
fromRandom() Bip32
fromSeed(List<int> bytes) Bip32
fromString(String str) Bip32
isPrivate() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuffer() List<int>
toHex() String
toPublic() Bip32
toString() String
A string representation of this object.
override

Operators

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