Description

Encapsulate common service used throughout different part of the library

Constructors

Properties

_config: BehaviorSubject<{
    confirmationPollingTimeoutSecond: number;
    defaultConfirmationCount: number;
}> = ...

Type declaration

  • confirmationPollingTimeoutSecond: number
  • defaultConfirmationCount: number
batch: RPCBatchProvider = ...
contract: RpcContractProvider = ...
estimate: RPCEstimateProvider = ...
operationFactory: OperationFactory
prepare: PrepareProvider = ...
tz: RpcTzProvider = ...
wallet: Wallet = ...

Accessors

Methods

  • Returns Context

    Description

    Applies the decorators on a cloned instance of the context and returned this cloned instance. The decorators are functions that inject logic into the context. They are provided by the extensions set on the TezosToolkit by calling the registerProviderDecorator method.

Generated using TypeDoc