bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class GetBlockWithTxsRequest

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

    Since: cosmos-sdk 0.45.2

    from message cosmos.tx.v1beta1.GetBlockWithTxsRequest

    Hierarchy

    Index

    Constructors

    Properties

    height: bigint = protoInt64.zero

    height is the height of the block to query.

    from field: int64 height = 1;

    pagination?: PageRequest

    pagination defines a pagination for the request.

    from field: cosmos.base.query.v1beta1.PageRequest pagination = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.tx.v1beta1.GetBlockWithTxsRequest"

    Methods