menu
blockchain_utils package
documentation
bip/bip/bip32/bip32_keys.dart
Bip32PrivateKey
raw property
raw property
dark_mode
light_mode
raw
property
List
<
int
>
get
raw
Gets the raw representation of the private key.
Implementation
List<int> get raw { return privKey.raw; }
blockchain_utils package
documentation
bip/bip/bip32/bip32_keys
Bip32PrivateKey
raw property
Bip32PrivateKey class