Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DAO

Hierarchy

  • DAO

Implements

Index

Constructors

constructor

Properties

context

context: Arc

id

staticState

staticState: IDAOStaticState | undefined

Methods

createProposal

ethBalance

  • ethBalance(): Observable<BN>
  • get (an observable of) the Ether balance of the DAO from the web3Provider

    Returns Observable<BN>

    an observable stream of BN number instances

fetchStaticState

member

members

nativeReputation

proposal

  • proposal(proposalId: string): Proposal

proposals

rewards

scheme

schemes

setStaticState

stakes

state

votes

Static search

  • DAO.search(context, options) searches for DAO entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: IDAOQueryOptions = {}

      the query options, cf. IDAOQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<DAO[]>

    an observable of DAO objects

Generated using TypeDoc