calll the 'execute()' function on the votingMachine. the main purpose of this function is to set the stage of the proposals this call may (or may not) "execute" the proposal itself (i.e. do what the proposal proposes)
an Operation that, when sucessful, will contain the receipt of the transaction
[executeCalls description] execute the actual proposals call of a GenericScheme or GenericSchemeMultiCall
an Operation
[redeemerContract description]
a web3 Contract instance
the scheme Contract
Stake on this proposal
the outcome that is staked on, of type IProposalOutcome
the amount, in GEN, to stake
An observable that can be sent, or subscribed to
state
is an observable of the proposal state
Vote for this proposal
one of IProposalOutcome.Pass (0) or IProposalOutcome.FAIL (1)
the amount of reputation to vote with. Defaults to 0 - in that case, all the sender's rep will be used
an observable Operation
[votingMachine description]
a web3 Contract instance
Search for proposals
An instance of Arc
Search options, must implemeent IProposalQueryOptions
An observable of lists of results
For example: Proposal.search({ stage: IProposalStage.Queued})
Generated using TypeDoc
[claimRewards description] Execute the proposal and distribute the rewards to the beneficiary. This uses the Redeemer.sol helper contract