Module bundles
Expand description
Transaction bundle types and the TransactionKind enum Transaction bundle types and the TransactionKind enum.
This module defines transaction bundles that group multiple transactions of the same type, as well as the TransactionKind enum which can hold any supported transaction type.
Structs§
- EndOf
Epoch Transactions - A set of transactions accepted by the consensus at the end of an epoch
- Transaction
Bundle - A bundle of (signed) transactions of type T.
Enums§
- Transaction
Kind - A transaction supported by the base layer
- TxSelf
Validation - The result of self-validating a transaction.
Type Aliases§
- Base
Bundle - Base type bundle alias
- Base
ToShard Bundle - Base to shard type bundle alias
- Execution
Bundle - Execution type bundle alias
- Migration
Bundle - Migration type bundle alias