Module transaction

Source
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.
TransactionPrefix
The transaction prefix.

Enums§

Input
An input in the Monero protocol.
Timelock
An additional timelock for a Monero transaction.
Transaction
A Monero transaction.

Traits§

PotentiallyPruned
A trait representing either pruned or not pruned proofs.