GetBlockWithTxsResponse is the response type for the Service.GetBlockWithTxs method.

Since: cosmos-sdk 0.45.2

Hierarchy

  • V1Beta1GetBlockWithTxsResponse

Properties

block?: TypesBlock
block_id?: TypesBlockID
pagination?: V1Beta1PageResponse

pagination defines a pagination for the response.

txs?: V1Beta1Tx[]

txs are the transactions in the block.

Generated using TypeDoc