Skip to content

[voting example] No votes data when query proposals in voting period #68

Description

@marslavish

For example, on the Juno chain, query the proposals in the voting period

const { proposals } = await client.cosmos.gov.v1beta1.proposals({
    proposalStatus: ProposalStatus.PROPOSAL_STATUS_VOTING_PERIOD,
    depositor: '',
    voter: '',
});

console.log(proposals);

the result will be
image

expected result (has votes data)
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions