menu
bitcoin_base package
documentation
bitcoin.dart
ECPrivate
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
returns the key's raw bytes
Implementation
Uint8List toBytes() { return hexToBytes(_priveHex); }
bitcoin_base package
documentation
bitcoin
ECPrivate
toBytes method
ECPrivate class