menu
on_chain package
documentation
aptos/src/keypair/keys/ed25519.dart
AptosED25519PrivateKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
serialize the private key to bytes
Implementation
@override List<int> toBytes() { return _privateKey.raw; }
on_chain package
documentation
aptos/src/keypair/keys/ed25519
AptosED25519PrivateKey
toBytes method
AptosED25519PrivateKey class