GetBlockWithTxsRequest is the request type for the Service.GetBlockWithTxs RPC method.

Since: cosmos-sdk 0.45.2

interface GetBlockWithTxsRequestAmino {
    height?: string;
    pagination?: PageRequestAmino;
}

Properties

Properties

height?: string

height is the height of the block to query.

pagination?: PageRequestAmino

pagination defines a pagination for the request.