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

    Class QueryDepositsResponse

    QueryDepositsResponse is the response type for the Query/Deposits RPC method.

    from message cosmos.gov.v1beta1.QueryDepositsResponse

    Hierarchy

    Index

    Constructors

    Properties

    deposits: cosmos.gov.v1beta1.Deposit[] = []

    deposits defines the requested deposits.

    from field: repeated cosmos.gov.v1beta1.Deposit deposits = 1;

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.gov.v1beta1.QueryDepositsResponse"

    Methods