Reading Transaction Events
Successful transactions emit events that describe what happened on-chain. You can inspect these from theDeliverTxResponse:
MsgSend transaction typically emits transfer, coin_spent, coin_received, and message events.
Looking Up by Hash
After broadcasting, you can retrieve a transaction by its hash:TimeoutError or when using signAndBroadcastSync, where you need to check the outcome later.
Searching by Events
Search for transactions matching specific event criteria:Next Steps
Transaction Queries
Decode raw transaction bytes and search with advanced filters.
CosmWasm Transactions
Upload, instantiate, and execute smart contracts.