Expand description
Transaction structs and functionality.
Structs§
- NotPruned
- A marker for an object which isn’t pruned.
- Output
- An output in the Monero protocol.
- Pruned
- A marker for an object which is pruned.
- Transaction
Prefix - The transaction prefix.
Enums§
- Input
- An input in the Monero protocol.
- Timelock
- An additional timelock for a Monero transaction.
- Transaction
- A Monero transaction.
Constants§
- INPUTS_
UPPER_ BOUND - An upper bound for the amount of inputs within a Monero transaction.
- MAX_
NON_ MINER_ TRANSACTION_ SIZE - The maximum size for a non-miner transaction.
Traits§
- Potentially
Pruned - A trait representing either pruned or not pruned proofs.