menu
blockchain_utils package
documentation
bip/bip/zip32/orchard/keys.dart
OrchardAddress
toAddressBytes method
toAddressBytes method
dark_mode
light_mode
toAddressBytes
method
List
<
int
>
toAddressBytes
(
)
Implementation
List<int> toAddressBytes() { return [...diversifier.inner, ...transmissionKey.toBytes()]; }
blockchain_utils package
documentation
bip/bip/zip32/orchard/keys
OrchardAddress
toAddressBytes method
OrchardAddress class