UnifiedFullViewingKey
Index
Constructors
Methods
Constructors
constructor
Construct a UFVK from its encoded string representation
Arguments
network
- Must be either "main" or "test"encoding
- The encoded string representation of the UFVK
Parameters
network: string
encoding: string
Returns UnifiedFullViewingKey
Methods
encode
Encode the UFVK to a string
Arguments
network
- Must be either "main" or "test"
Parameters
network: string
Returns string
free
Returns void
A Zcash viewing key
This is a wrapper around the
zcash_keys::keys::ViewingKey
type. UFVKs should be generated from a spending key by callingto_unified_full_viewing_key
They can also be encoded and decoded to a canonical string representation