RawVote

Interface
A vote for a Neo council member.
export interface RawVote { 
  readonly account: AddressString; 
  readonly voteTo?: PublicKeyString; 
  readonly balance: BigNumber; 
  readonly index: BigNumber; 
} 

Properties

account
AddressString
The account that made the vote update.
voteTo
The validator that this vote was made to.
balance
BigNumber
The NEO balance of the account when the vote was made and thus the amount of votes.
index
BigNumber
The index which corresponds to the vote's globally unique global action index.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE