Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Reward

Hierarchy

  • Reward

Implements

Index

Constructors

constructor

Properties

context

context: Arc

id

id: string

idOrOpts

idOrOpts: string | IRewardStaticState

staticState

staticState: IRewardStaticState | undefined

Methods

fetchStaticState

setStaticState

state

Static search

  • Reward.search(context, options) searches for reward entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IRewardQueryOptions = {}

      the query options, cf. IRewardQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Reward[]>

    an observable of Reward objects

Object literals

Static fragments

fragments: object

RewardFields

RewardFields: DocumentNode = gql`fragment RewardFields on GPReward {idcreatedAtdao {id}beneficiarydaoBountyForStakerproposal {id}reputationForVoterreputationForVoterRedeemedAtreputationForProposerreputationForProposerRedeemedAttokenAddresstokensForStakertokensForStakerRedeemedAtdaoBountyForStakerRedeemedAt}`

Generated using TypeDoc