Expand description
Sapling shielded data for V4 and V5 Transactions.
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§
- Field
NotPresent - This field is not present in this transaction version.
- PerSpend
Anchor - Per-Spend Sapling anchors, used in Transaction V4 and the
spends_per_anchormethod. - Shared
Anchor - Shared Sapling anchors, used in Transaction V5.
- Shielded
Data - A bundle of
SpendandOutputdescriptions and signature data.
Enums§
- Transfer
Data - A bundle of
SpendandOutputdescriptions, and a shared anchor.
Traits§
- Anchor
Variant - A type trait to handle structural differences between V4 and V5 Sapling Transaction anchors.