menu
blockchain_utils package
documentation
bip/bip/zip32/reddsa/reddsa/sapling.dart
SaplingSpendAuthorizingKey
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/sapling
SaplingSpendAuthorizingKey
toBytes method
SaplingSpendAuthorizingKey class