menu
blockchain_utils package
documentation
bip/bip/zip32/reddsa/redpallas/keys.dart
RedPallasPrivateKey
raw property
raw property
dark_mode
light_mode
raw
property
@
override
List
<
int
>
get
raw
override
Get the raw private key as a byte array.
Implementation
@override List<int> get raw => sk.clone();
blockchain_utils package
documentation
bip/bip/zip32/reddsa/redpallas/keys
RedPallasPrivateKey
raw property
RedPallasPrivateKey class