Module transact::protocol::receipt[][src]

Expand description

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

Structs

An Event is metadata about a Transaction’s processing. Events are transmitted by transact but are not verified or saved to state. Events are generated by any of the ways that Transactions are processed in transact.

A TransactionReceipt is produced as a result of executing a transaction.

Enums

A change to be applied to state, in terms of keys and values.

A TransactionResult contains either the valid or invalid result of the transaction.