Bip32KeyData class

BIP32 key data class. It contains all additional data related to a BIP32 key (e.g. depth, chain code, etc...).

Constructors

Bip32KeyData({Bip32Depth? depth, Bip32KeyIndex? index, Bip32ChainCode? chainCode, Bip32FingerPrint? parentFingerPrint})

Properties

chainCode Bip32ChainCode
final
depth Bip32Depth
final
hashCode int
The hash code for this object.
no setterinherited
index Bip32KeyIndex
final
parentFingerPrint Bip32FingerPrint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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