IVoting.sol
Last updated
Was this helpful?
View Source:
↘ Derived Contracts:
IVoting
⤿ Overridden Implementation(s): ,
Allows the token issuer to set the active stats of a ballot
Returns
bool success
Arguments
Name
Type
Description
_ballotId
uint256
The index of the target ballot
_isActive
bool
The bool value of the active stats of the ballot
Queries the result of a given ballot
Returns
uint256 voteWeighting
Arguments
Name
Type
Description
_ballotId
uint256
Id of the target ballot
Get the voted proposal
Arguments
Name
Type
Description
_ballotId
uint256
Id of the ballot
_voter
address
Address of the voter
Get the details of the ballot
Returns
uint256 quorum
Arguments
Name
Type
Description
_ballotId
uint256
The index of the target ballot
⤿ Overridden Implementation(s): ,
⤿ Overridden Implementation(s): ,
⤿ Overridden Implementation(s): ,