Module transaction
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§
- Transaction
Info - Additional fields in the context of a (maybe) pending block that contains this transaction.
- Transaction
Meta - Additional fields in the context of a block that contains this mined transaction.
Traits§
- Full
Transaction - Helper trait that unifies all behaviour required by transaction to support full node operations.
- Transaction
- Abstraction of a transaction.