menu
on_chain package
documentation
aptos/src/keypair/keys/secp256k1.dart
AptosSecp256k1PrivateKey
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/secp256k1
AptosSecp256k1PrivateKey
toBytes method
AptosSecp256k1PrivateKey class