menu
blockchain_utils package
documentation
bip/bip/bip32/bip32_keys.dart
Bip32PrivateKey
keyObject method
keyObject method
dark_mode
light_mode
keyObject
method
IPrivateKey
keyObject
(
)
Gets the underlying private key object.
Implementation
IPrivateKey keyObject() { return privKey; }
blockchain_utils package
documentation
bip/bip/bip32/bip32_keys
Bip32PrivateKey
keyObject method
Bip32PrivateKey class