menu
on_chain package
documentation
aptos/src/account/public_key/single_key.dart
AptosSingleKeyAccountPublicKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Convert the public key to a byte array.
Implementation
@override List<int> toBytes() { return toBcs(); }
on_chain package
documentation
aptos/src/account/public_key/single_key
AptosSingleKeyAccountPublicKey
toBytes method
AptosSingleKeyAccountPublicKey class