menu
blockchain_utils package
documentation
bip/bip/zip32/reddsa/reddsa/orchard.dart
OrchardBindingAuthorizingKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Serializes the key to bytes.
Implementation
@override List<int> toBytes() { return inner.toBytes(); }
blockchain_utils package
documentation
bip/bip/zip32/reddsa/reddsa/orchard
OrchardBindingAuthorizingKey
toBytes method
OrchardBindingAuthorizingKey class