Class Context

Hierarchy

  • Context

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly error$

error$: ErrorSubject = new ErrorSubject()

Readonly internalContracts

internalContracts: { ensControllerContract: ENSControllerContract; ensReverseRegistrarContract: ENSReverseRegistrarContract; erc20TokenContract: ERC20TokenContract; gatewayContract: GatewayContract; gatewayV2Contract: GatewayV2Contract; paymentRegistryContract: PaymentRegistryContract; personalAccountRegistryContract: PersonalAccountRegistryContract }

Type declaration

Readonly services

services: { accountService: AccountService; apiService: ApiService; assetsService: AssetsService; blockService: BlockService; contractService: ContractService; ensService: ENSService; exchangeService: ExchangeService; faucetService: FaucetService; gatewayService: GatewayService; nameResolutionService: NameResolutionService; networkService: NetworkService; notificationService: NotificationService; p2pPaymentsService: P2PPaymentService; paymentHubService: PaymentHubService; projectService: ProjectService; ratesService: RatesService; sessionService: SessionService; stateService: StateService; transactionsService: TransactionsService; walletService: WalletService }

Type declaration

Methods

attach

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

    Parameters

    • service: T

    Returns void

destroy

  • destroy(): void
  • Returns void