Module transact::protocol

source ·
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
  • Native protocol for building an ExecuteContract sabre payload
  • The fundamental transaction.