menu
blockchain_utils package
documentation
bip/bip/bip44/base/bip44_keys.dart
Bip44PrivateKey
raw property
raw property
dark_mode
light_mode
raw
property
List
<
int
>
get
raw
Gets the raw private key bytes.
Implementation
List<int> get raw { return privKey.raw; }
blockchain_utils package
documentation
bip/bip/bip44/base/bip44_keys
Bip44PrivateKey
raw property
Bip44PrivateKey class