Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Member

Represents an account that holds reputaion in a specific DAO

Hierarchy

  • Member

Implements

Index

Constructors

constructor

Properties

context

context: Arc

an instance of Arc

id

id: string | undefined

staticState

staticState: IMemberStaticState | undefined

Methods

calculateId

  • calculateId(opts: object): string

dao

  • dao(): Promise<DAO>

fetchStaticState

proposals

rewards

  • rewards(): Observable<Reward[]>

setStaticState

stakes

state

votes

Static search

  • Member.search(context, options) searches for member entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IMemberQueryOptions = {}

      the query options, cf. IMemberQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Member[]>

    an observable of IRewardState objects

Object literals

Static fragments

fragments: object

ReputationHolderFields

ReputationHolderFields: DocumentNode = gql`fragment ReputationHolderFields on ReputationHolder {idaddresscontractdao {id}balancecreatedAt}`

Generated using TypeDoc