Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SchemeBase

A Scheme represents a scheme instance that is registered at a DAO

Hierarchy

Implements

Index

Constructors

constructor

Properties

CTL4R

CTL4R: CL4RScheme | null = null

ReputationFromToken

ReputationFromToken: ReputationFromTokenScheme | null = null

context

context: Arc

id

staticState

staticState: ISchemeStaticState | null = null

Methods

createProposal

createProposalErrorHandler

  • createProposalErrorHandler(options?: any): function | undefined

createProposalTransaction

  • createProposalTransaction(options: any): function
  • create a new proposal in this scheme TODO: move this to the schemes - we should call proposal.scheme.createProposal

    Parameters

    • options: any

    Returns function

    a Proposal instance

      • (): Promise<any>
      • Returns Promise<any>

createProposalTransactionMap

  • createProposalTransactionMap(): function

fetchStaticState

proposals

setStaticState

Abstract state

Object literals

Static fragments

fragments: object

SchemeFields

SchemeFields: DocumentNode = gql`fragment SchemeFields on ControllerScheme {idaddressnamedao { id }canDelegateCallcanRegisterSchemescanUpgradeControllercanManageGlobalConstraintsisRegisteredparamsHashcontributionRewardParams {idvotingMachinevoteParams {idqueuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}}contributionRewardExtParams {idvotingMachinevoteParams {idqueuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}rewarder}genericSchemeParams {votingMachinecontractToCallvoteParams {queuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}}genericSchemeMultiCallParams {votingMachineschemeConstraintscontractsWhiteListvoteParams {queuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}}schemeRegistrarParams {votingMachinevoteRemoveParams {queuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}voteRegisterParams {queuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}}numberOfQueuedProposalsnumberOfPreBoostedProposalsnumberOfBoostedProposalsuGenericSchemeParams {votingMachinecontractToCallvoteParams {queuedVoteRequiredPercentagequeuedVotePeriodLimitboostedVotePeriodLimitpreBoostedVotePeriodLimitthresholdConstlimitExponentValuequietEndingPeriodproposingRepRewardvotersReputationLossRatiominimumDaoBountydaoBountyConstactivationTimevoteOnBehalf}}version}`

Generated using TypeDoc