tx_bytes is the raw transaction.
GetBlockWithTxs fetches a block with decoded txs.
Since: cosmos-sdk 0.45.2
height is the height of the block to query.
pagination defines a pagination for the request.
GetTx fetches a tx by hash.
hash is the tx hash to query, encoded as a hex string.
GetTxsEvent fetches txs by event.
events is the list of transaction event type.
pagination defines a pagination for the request.
Simulate simulates executing a transaction for estimating gas usage.
tx is the transaction to simulate. Deprecated. Send raw tx bytes instead.
tx_bytes is the raw transaction.
Since: cosmos-sdk 0.43
Generated using TypeDoc
BroadcastTx broadcast transaction.