Skip to main content

AddresslistVotingProposal

No description

type AddresslistVotingProposal implements IProposal {
abstain: BigInt
actions: [Action!]!
allowFailureMap: BigInt!
approvalReached: Boolean!
castedVotingPower: BigInt
createdAt: BigInt!
creationBlockNumber: BigInt!
creator: Bytes!
dao: Dao!
earlyExecutable: Boolean
endDate: BigInt!
executed: Boolean!
executionBlockNumber: BigInt
executionDate: BigInt
executionTxHash: Bytes
failureMap: BigInt
id: ID!
isSignaling: Boolean!
metadata: String
minVotingPower: BigInt!
no: BigInt
open: Boolean!
plugin: AddresslistVotingPlugin!
pluginProposalId: BigInt!
snapshotBlock: BigInt!
startDate: BigInt!
supportThreshold: BigInt!
totalVotingPower: BigInt!
voters: [AddresslistVotingVote!]!
votingMode: VotingMode!
yes: BigInt
}

Fields

AddresslistVotingProposal.abstain ● BigInt scalar

AddresslistVotingProposal.actions ● [Action!]! non-null object

AddresslistVotingProposal.allowFailureMap ● BigInt! non-null scalar

AddresslistVotingProposal.approvalReached ● Boolean! non-null scalar

AddresslistVotingProposal.castedVotingPower ● BigInt scalar

AddresslistVotingProposal.createdAt ● BigInt! non-null scalar

AddresslistVotingProposal.creationBlockNumber ● BigInt! non-null scalar

AddresslistVotingProposal.creator ● Bytes! non-null scalar

AddresslistVotingProposal.dao ● Dao! non-null object

AddresslistVotingProposal.earlyExecutable ● Boolean scalar

AddresslistVotingProposal.endDate ● BigInt! non-null scalar

AddresslistVotingProposal.executed ● Boolean! non-null scalar

AddresslistVotingProposal.executionBlockNumber ● BigInt scalar

AddresslistVotingProposal.executionDate ● BigInt scalar

AddresslistVotingProposal.executionTxHash ● Bytes scalar

AddresslistVotingProposal.failureMap ● BigInt scalar

AddresslistVotingProposal.id ● ID! non-null scalar

AddresslistVotingProposal.isSignaling ● Boolean! non-null scalar

AddresslistVotingProposal.metadata ● String scalar

AddresslistVotingProposal.minVotingPower ● BigInt! non-null scalar

AddresslistVotingProposal.no ● BigInt scalar

AddresslistVotingProposal.open ● Boolean! non-null scalar

AddresslistVotingProposal.plugin ● AddresslistVotingPlugin! non-null object

AddresslistVotingProposal.pluginProposalId ● BigInt! non-null scalar

AddresslistVotingProposal.snapshotBlock ● BigInt! non-null scalar

AddresslistVotingProposal.startDate ● BigInt! non-null scalar

AddresslistVotingProposal.supportThreshold ● BigInt! non-null scalar

AddresslistVotingProposal.totalVotingPower ● BigInt! non-null scalar

AddresslistVotingProposal.voters ● [AddresslistVotingVote!]! non-null object

AddresslistVotingProposal.votingMode ● VotingMode! non-null enum

AddresslistVotingProposal.yes ● BigInt scalar

Interfaces

IProposal interface

Member Of

AddresslistVotingPlugin object ● AddresslistVotingVote object

© 2024