mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-05 08:19:07 +00:00
catch final 'tx_events'
This commit is contained in:
@@ -99,7 +99,7 @@ returned directly to the client that initiated the query.
|
||||
|
||||
Method `CheckTx` includes an `Events` field in its `Response*`.
|
||||
Method `FinalizeBlock` includes an `Events` field at the top level in its
|
||||
`Response*`, and one `tx_events` field per transaction included in the block.
|
||||
`Response*`, and one `events` field per transaction included in the block.
|
||||
Applications may respond to these ABCI++ methods with a set of events.
|
||||
Events allow applications to associate metadata about ABCI++ method execution with the
|
||||
transactions and blocks this metadata relates to.
|
||||
|
||||
Reference in New Issue
Block a user