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

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

Structs

Event

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.

EventBuilder
TransactionReceipt

A TransactionReceipt has the state changes associated with a valid transaction.

TransactionReceiptBuilder

Enums

EventBuilderError
StateChange

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

TransactionReceiptBuilderError