Skip to main content

AddresslistVotingPlugin

No description

type AddresslistVotingPlugin implements IPlugin {
dao: Dao!
id: ID!
installations: [PluginInstallation!]!
members: [AddresslistVotingVoter!]!
minDuration: BigInt
minParticipation: BigInt
minProposerVotingPower: BigInt
pluginAddress: Bytes!
proposalCount: BigInt
proposals: [AddresslistVotingProposal!]!
supportThreshold: BigInt
votingMode: VotingMode
}

Fields

AddresslistVotingPlugin.dao ● Dao! non-null object

AddresslistVotingPlugin.id ● ID! non-null scalar

TODO: attributes should be appended to Plugin once plugin is seperated from Aragon OSx

AddresslistVotingPlugin.installations ● [PluginInstallation!]! non-null object

AddresslistVotingPlugin.members ● [AddresslistVotingVoter!]! non-null object

AddresslistVotingPlugin.minDuration ● BigInt scalar

AddresslistVotingPlugin.minParticipation ● BigInt scalar

AddresslistVotingPlugin.minProposerVotingPower ● BigInt scalar

AddresslistVotingPlugin.pluginAddress ● Bytes! non-null scalar

AddresslistVotingPlugin.proposalCount ● BigInt scalar

AddresslistVotingPlugin.proposals ● [AddresslistVotingProposal!]! non-null object

AddresslistVotingPlugin.supportThreshold ● BigInt scalar

AddresslistVotingPlugin.votingMode ● VotingMode enum

Interfaces

IPlugin interface

Member Of

AddresslistVotingProposal object ● AddresslistVotingVoter object

© 2024