Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Stake

Hierarchy

  • Stake

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

Properties

context

context: Arc

id

id: string | undefined

staticState

staticState: IStakeStaticState | undefined

Methods

fetchStaticState

setStaticState

state

Static search

  • Stake.search(context, options) searches for stake entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IStakeQueryOptions = {}

      the query options, cf. IStakeQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Stake[]>

    an observable of Stake objects

Object literals

Static fragments

fragments: object

StakeFields

StakeFields: DocumentNode = gql`fragment StakeFields on ProposalStake {idcreatedAtdao {id}stakerproposal {id}outcomeamount}`

Generated using TypeDoc