Module bundles

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§

EndOfEpochTransactions
A set of transactions accepted by the consensus at the end of an epoch
TransactionBundle
A bundle of (signed) transactions of type T.

Enums§

TransactionKind
A transaction supported by the base layer
TxSelfValidation
The result of self-validating a transaction.

Type Aliases§

BaseBundle
Base type bundle alias
BaseToShardBundle
Base to shard type bundle alias
ExecutionBundle
Execution type bundle alias
MigrationBundle
Migration type bundle alias