Taquito TypeDocs
    Preparing search index...

    Encapsulate common service used throughout different part of the library

    Index

    Constructors

    Properties

    _config: BehaviorSubject<
        {
            confirmationPollingTimeoutSecond: number;
            defaultConfirmationCount: number;
        },
    > = ...
    batch: RPCBatchProvider = ...
    contract: RpcContractProvider = ...
    estimate: RPCEstimateProvider = ...
    operationFactory: OperationFactory
    prepare: PrepareProvider = ...
    tz: RpcTzProvider = ...
    wallet: Wallet = ...

    Accessors

    Methods

    • 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.

      Returns Context