menu
blockchain_utils package
documentation
bip/bip/zip32/reddsa/reddsa/sapling.dart
SaplingSpendVerificationKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Serializes the verification key to bytes.
Implementation
@override List<int> toBytes() => point.toBytes();
blockchain_utils package
documentation
bip/bip/zip32/reddsa/reddsa/sapling
SaplingSpendVerificationKey
toBytes method
SaplingSpendVerificationKey class