Skip to main content
Version: mainnet (v0.71)

ProposalVoteSide

No description

type ProposalVoteSide {
votes: [Vote!]
totalNumber: String!
totalWeight: String!
totalTokens: String!
totalEquityLikeShareWeight: String!
}

Fields

ProposalVoteSide.votes ● [Vote!] list object

All votes cast for this side

ProposalVoteSide.totalNumber ● String! non-null scalar

Total number of votes cast for this side

ProposalVoteSide.totalWeight ● String! non-null scalar

Total weight of governance token from the votes cast for this side

ProposalVoteSide.totalTokens ● String! non-null scalar

Total number of governance tokens from the votes cast for this side

ProposalVoteSide.totalEquityLikeShareWeight ● String! non-null scalar

Total equity like share weight for this side (only for UpdateMarket Proposals)

Member of

ProposalVotes object