Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event

Hierarchy

  • Event

Implements

Index

Constructors

constructor

Properties

context

context: Arc

id

id: string

idOrOpts

idOrOpts: string | IEventStaticState

staticState

staticState: IEventStaticState | undefined

Methods

fetchStaticState

setStaticState

state

Static search

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

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IEventQueryOptions = {}

      the query options, cf. IEventQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Event[]>

    an observable of Event objects

Object literals

Static fragments

fragments: object

EventFields

EventFields: DocumentNode = gql`fragment EventFields on Event {iddao {id}typedatauserproposal {id}timestamp}`

Generated using TypeDoc