Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Proposal

Hierarchy

  • Proposal

Implements

Index

Constructors

constructor

Properties

context

context: Arc

id

id: string

staticState

staticState: IProposalStaticState | undefined

Methods

claimRewards

  • [claimRewards description] Execute the proposal and distribute the rewards to the beneficiary. This uses the Redeemer.sol helper contract

    Parameters

    • Optional beneficiary: Address

      Addresss of the beneficiary, optional, if undefined will only redeem the ContributionReward rewards

    Returns Operation<boolean>

    an Operation

execute

  • 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)

    Returns Operation<any>

    an Operation that, when sucessful, will contain the receipt of the transaction

executeBoosted

executeCalls

  • [executeCalls description] execute the actual proposals call of a GenericScheme or GenericSchemeMultiCall

    Returns Operation<boolean>

    an Operation

fetchStaticState

redeemerContract

  • redeemerContract(): any
  • [redeemerContract description]

    Returns any

    a web3 Contract instance

rewards

scheme

  • scheme(): Promise<any>

setStaticState

stake

  • Stake on this proposal

    Parameters

    • outcome: IProposalOutcome

      the outcome that is staked on, of type IProposalOutcome

    • amount: BN

      the amount, in GEN, to stake

    Returns Operation<Stake>

    An observable that can be sent, or subscribed to

stakes

stakingToken

state

vote

  • Vote for this proposal

    Parameters

    • outcome: IProposalOutcome

      one of IProposalOutcome.Pass (0) or IProposalOutcome.FAIL (1)

    • Default value amount: number = 0

      the amount of reputation to vote with. Defaults to 0 - in that case, all the sender's rep will be used

    Returns Operation<Vote | null>

    an observable Operation

votes

votingMachine

  • votingMachine(): Promise<any>
  • [votingMachine description]

    Returns Promise<any>

    a web3 Contract instance

Static search

  • Search for proposals

    Parameters

    Returns Observable<Proposal[]>

    An observable of lists of results

    For example: Proposal.search({ stage: IProposalStage.Queued})

Object literals

Static fragments

fragments: object

ProposalFields

ProposalFields: DocumentNode = gql`fragment ProposalFields on Proposal {idaccountsWithUnclaimedRewardsboostedAtclosingAtconfidenceThresholdcompetition {idadminendTimecontractsuggestionsEndTimecreatedAtnumberOfWinningSuggestionsnumberOfVotesPerVotersnumberOfWinnersrewardSplitsnapshotBlockstartTimetotalSuggestionstotalVotesvotingStartTime}contributionReward {idbeneficiaryethRewardethRewardLeftexternalTokenexternalTokenRewardexternalTokenRewardLeftnativeTokenRewardnativeTokenRewardLeftperiodsperiodLengthreputationRewardreputationChangeLeftalreadyRedeemedReputationPeriodsalreadyRedeemedExternalTokenPeriodsalreadyRedeemedNativeTokenPeriodsalreadyRedeemedEthPeriods}createdAtdao {idschemes {idaddress}}descriptiondescriptionHashexecutedAtexecutionStateexpiresInQueueAtgenericScheme {idcontractToCallcallDataexecutedreturnValuevalue}genericSchemeMultiCall {idcontractsToCallcallsDataexecutedreturnValuesvalues}genesisProtocolParams {idactivationTimeboostedVotePeriodLimitdaoBountyConstlimitExponentValueminimumDaoBountypreBoostedVotePeriodLimitproposingRepRewardqueuedVotePeriodLimitqueuedVoteRequiredPercentagequietEndingPeriodthresholdConstvotersReputationLossRatio}gpRewards {id}scheme {...SchemeFields}gpQueue {idthresholdvotingMachine}organizationIdpreBoostedAtproposerquietEndingPeriodBeganAtschemeRegistrar {idschemeToRegisterschemeToRegisterParamsHashschemeToRegisterPermissionschemeToRemovedecisionschemeRegisteredschemeRemoved}stage# stakes { id }stakesForstakesAgainsttags {id}totalRepWhenCreatedtotalRepWhenExecutedtitleurl# votes { id }votesAgainstvotesForvotingMachinewinningOutcome}`

Generated using TypeDoc