Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Scheme

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

state

Static itemMap

Static search

  • Scheme.search(context, options) searches for scheme entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: ISchemeQueryOptions = {}

      the query options, cf. ISchemeQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Array<Scheme | CompetitionScheme>>

    an observable of Scheme objects

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