Expand description
Transparent key components.
Structs§
- Account
Priv Key - A BIP44 private key at the account path level
m/44'/<coin_type>'/<account>'
. - Account
PubKey - A BIP44 public key at the account path level
m/44'/<coin_type>'/<account>'
. - Ephemeral
Ivk - An incoming viewing key at the “ephemeral” path
m/44'/<coin_type>'/<account>'/2
. - External
Ivk - An incoming viewing key at the BIP44 “external” path
m/44'/<coin_type>'/<account>'/0
. - External
Ovk - External outgoing viewing key used by
zcashd
for transparent-to-shielded spends to external receivers. - Internal
Ivk - An incoming viewing key at the BIP44 “internal” path
m/44'/<coin_type>'/<account>'/1
. - Internal
Ovk - Internal outgoing viewing key used for autoshielding.
- NonHardened
Child Index - A child index for a derived transparent address.
- NonHardened
Child Iter - An end-exclusive iterator over a range of non-hardened child indexes.
- NonHardened
Child Range - An end-exclusive range of non-hardened child indexes.
- Transparent
KeyScope - The scope of a transparent key.
Traits§
- Incoming
Viewing Key - Trait representing a transparent “incoming viewing key”.
Functions§
- pubkey_
to_ address Deprecated - Derives the P2PKH transparent address corresponding to the given pubkey.