menu
on_chain package
documentation
tron/src/keys/private_key.dart
TronPrivateKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
Method to convert the private key to a list of bytes
Implementation
List<int> toBytes() { return _privateKey.raw; }
on_chain package
documentation
tron/src/keys/private_key
TronPrivateKey
toBytes method
TronPrivateKey class