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

Since: cosmos-sdk 0.45.2

interface GetBlockWithTxsResponseSDKType {
    block?: BlockSDKType;
    block_id?: BlockIDSDKType;
    pagination?: PageResponseSDKType;
    txs: TxSDKType[];
}

Properties

block?: BlockSDKType
block_id?: BlockIDSDKType
pagination?: PageResponseSDKType
txs: TxSDKType[]