menu
on_chain package
documentation
aptos/src/account/authenticator/authenticator.dart
AptosAnySignature
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
get bcs serialized of signature.
Implementation
@override List<int> toBytes() { return toVariantBcs(); }
on_chain package
documentation
aptos/src/account/authenticator/authenticator
AptosAnySignature
toBytes method
AptosAnySignature class