Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Vote

Hierarchy

  • Vote

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

Properties

context

context: Arc

id

id: string | undefined

staticState

staticState: IVoteStaticState | undefined

Methods

fetchStaticState

setStaticState

state

Static search

  • Vote.search(context, options) searches for vote entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IVoteQueryOptions = {}

      the query options, cf. IVoteQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Vote[]>

    an observable of Vote objects

Object literals

Static fragments

fragments: object

VoteFields

VoteFields: DocumentNode = gql`fragment VoteFields on ProposalVote {idcreatedAtdao {id}voterproposal {id}outcomereputation}`

Generated using TypeDoc