Module transaction

Source
Expand description

Transaction abstraction

Modules§

error
Various error variants that can happen when working with transactions.
execute
Abstraction of an executable transaction.
recover
Helpers for recovering signers from a set of transactions
signature
Signature types and helpers
signed
API of a signed transaction.

Structs§

TransactionInfo
Additional fields in the context of a (maybe) pending block that contains this transaction.
TransactionMeta
Additional fields in the context of a block that contains this mined transaction.

Traits§

FullTransaction
Helper trait that unifies all behaviour required by transaction to support full node operations.
Transaction
Abstraction of a transaction.