Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Token

Hierarchy

  • Token

Implements

Index

Constructors

constructor

Properties

address

address: string

context

context: Arc

id

Methods

allowance

approveForStaking

balanceOf

  • balanceOf(owner: string): Observable<BN>

contract

  • contract(mode?: undefined | "readonly"): any
  • Parameters

    • Optional mode: undefined | "readonly"

    Returns any

mint

state

transfer

Static search

  • Token.search(context, options) searches for token entities

    Parameters

    • context: Arc

      an Arc instance that provides connection information

    • Default value options: ITokenQueryOptions = {}

      the query options, cf. ITokenQueryOptions

    • Default value apolloQueryOptions: IApolloQueryOptions = {}

    Returns Observable<Token[]>

    an observable of Token objects

Generated using TypeDoc