Module transact::protocol[][src]

Expand description

Transact structs for batches, transactions and receipts.

These structs cover the core protocols of the Transact system. Batches of transactions are scheduled and executed. The resuls of execution are stored in transaction receipts.

Modules

Batches of transactions.

The receipts module contains structs that supply information on the processing of Transactions

The fundamental transaction.