Expand description

Transaction validity interface.

Structs

Enums

Type Definitions

  • Minimum number of blocks a transaction will remain valid for. TransactionLongevity::max_value() means “forever”.
  • Priority for a transaction. Additive. Higher is better.
  • Tag for a transaction. No two transactions with the same tag should be placed on-chain.
  • Information on a transaction’s validity and, if valid, on how it relates to other transactions.