QueryProposalsResponse is the response type for the Query/Proposals RPC method.

interface QueryProposalsResponseSDKType {
    pagination?: PageResponseSDKType;
    proposals: ProposalSDKType[];
}

Properties

pagination?: PageResponseSDKType
proposals: ProposalSDKType[]