UNPKG

@polkadot/types

Version:
35 lines (34 loc) 832 B
export default { rpc: {}, types: { ApprovalFlag: 'u32', DefunctVoter: { who: 'AccountId', voteCount: 'Compact<u32>', candidateCount: 'Compact<u32>' }, Renouncing: { _enum: { Member: 'Null', RunnerUp: 'Null', Candidate: 'Compact<u32>' } }, SetIndex: 'u32', Vote: 'GenericVote', VoteIndex: 'u32', VoterInfo: { lastActive: 'VoteIndex', lastWin: 'VoteIndex', pot: 'Balance', stake: 'Balance' }, VoteThreshold: { _enum: [ 'Super Majority Approve', 'Super Majority Against', 'Simple Majority' ] } } };