Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Since: cosmos-sdk 0.45.2

Hierarchy

  • GetBlockWithTxsResponse

Index

Properties

block: undefined | Block
blockId: undefined | internal.BlockID
pagination: undefined | internal.PageResponse

pagination defines a pagination for the response.

txs: Tx[]

txs are the transactions in the block.

Generated using TypeDoc