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

from message cosmos.gov.v1.QueryDepositsResponse

Hierarchy

Constructors

Properties

deposits: proto.cosmos.gov.v1.Deposit[] = []

deposits defines the requested deposits.

from field: repeated cosmos.gov.v1.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.v1.QueryDepositsResponse" = "cosmos.gov.v1.QueryDepositsResponse"

Methods