👎Deprecated: This module is deprecated; use
::zcash_keys::encoding
instead.Enums§
Traits§
- Address
Codec - A trait for encoding and decoding Zcash addresses.
Functions§
- decode_
extended_ full_ viewing_ key - Decodes an
ExtendedFullViewingKey
from a Bech32-encoded string, verifying that it matches the provided human-readable prefix. - decode_
extended_ spending_ key - Decodes an
ExtendedSpendingKey
from a Bech32-encoded string. - decode_
extfvk_ with_ network - Decodes an
ExtendedFullViewingKey
and the [NetworkType
] that it is intended for use with from a Bech32-encoded string. - decode_
payment_ address - Decodes a
PaymentAddress
from a Bech32-encoded string. - decode_
transparent_ address - Decodes a [
TransparentAddress
] from a Base58Check-encoded string. - encode_
extended_ full_ viewing_ key - Writes an
ExtendedFullViewingKey
as a Bech32-encoded string. - encode_
extended_ spending_ key - Writes an
ExtendedSpendingKey
as a Bech32-encoded string. - encode_
payment_ address - Writes a
PaymentAddress
as a Bech32-encoded string. - encode_
payment_ address_ p - Writes a
PaymentAddress
as a Bech32-encoded string using the human-readable prefix values defined in the specified network parameters. - encode_
transparent_ address - Writes a [
TransparentAddress
] as a Base58Check-encoded string. - encode_
transparent_ address_ p - Writes a [
TransparentAddress
] as a Base58Check-encoded string. using the human-readable prefix values defined in the specified network parameters.