Class Context

Hierarchy

  • Context

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly error$

error$: ErrorSubject = new ErrorSubject()

Readonly services

services: { networkService: NetworkService; stateService: StateService; walletService: WalletService }

Type declaration

Methods

attach

  • attach<T>(service: T): void
  • Type parameters

    Parameters

    • service: T

    Returns void

destroy

  • destroy(): void
  • Returns void