Module zcash_address::unified

source ·
Expand description

Implementation of ZIP 316 Unified Addresses and Viewing Keys.

Structs§

  • A Unified Address.
  • A Unified Full Viewing Key.
  • A Unified Incoming Viewing Key.

Enums§

  • The set of known FVKs for Unified FVKs.
  • The set of known IVKs for Unified IVKs.
  • An error while attempting to parse a string as a Zcash address.
  • The set of known Receivers for Unified Addresses.
  • The known Receiver and Viewing Key types.

Traits§

  • Trait for for Unified containers, that exposes the items within them.
  • Trait providing common encoding and decoding logic for Unified containers.