menu
on_chain package
documentation
ethereum/src/keys/private_key.dart
ETHPrivateKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
Retrieves the raw bytes of the private key.
Implementation
List<int> toBytes() { return _privateKey.raw; }
on_chain package
documentation
ethereum/src/keys/private_key
ETHPrivateKey
toBytes method
ETHPrivateKey class