Module zebra_chain::sapling::shielded_data
source · Expand description
Sapling shielded data for V4
and V5
Transaction
s.
Zebra uses a generic shielded data type for V4
and V5
transactions.
The value_balance
change is handled using the default zero value.
The anchor change is handled using the AnchorVariant
type trait.
Structs§
- This field is not present in this transaction version.
- Per-Spend Sapling anchors, used in Transaction V4 and the
spends_per_anchor
method. - Shared Sapling anchors, used in Transaction V5.
Enums§
Traits§
- A type trait to handle structural differences between V4 and V5 Sapling Transaction anchors.