[][src]Module transact::protocol

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

batch

Batches of transactions.

command
receipt

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

transaction

The fundamental transaction.