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

Since: cosmos-sdk 0.45.2

interface GetBlockWithTxsRequest {
    height: bigint;
    pagination?: PageRequest;
}

Properties

Properties

height: bigint

height is the height of the block to query.

pagination?: PageRequest

pagination defines a pagination for the request.