Type alias VotingInfoResponse

VotingInfoResponse: {
    current_ballot?: BallotListResponseEnum;
    current_proposals?: string[];
    remaining_proposals?: number;
    voting_power?: string;
}

Type declaration

  • Optional current_ballot?: BallotListResponseEnum
  • Optional current_proposals?: string[]
  • Optional remaining_proposals?: number
  • Optional voting_power?: string

Generated using TypeDoc