ReadonlyformatProvide access to smart contract utilities
Provide access to operation estimation utilities
Provide access to the currently used globalConstantsProvider
Provide access to tezos operation preparation utilities
Provide access to the currently used rpc client
Provide access to the currently used signer
Provide access to streaming utilities backed by an streamer implementation
Provide access to tezos account management
Gets an object containing the version of Taquito library and git sha of the commit this library is compiled from
Sets the strategy used for field numbering in Token execute/encode/decode to convert Michelson values to/from javascript objects
a value of type FieldNumberingStrategy that controls how field numbers are calculated
Sets global constants provider on the Tezos Taquito instance
OptionalglobalConstantsProvider: GlobalConstantsProviderglobalConstantsProvider to use to interact with the Tezos network
Sets injector provider on the Tezos Taquito instance
OptionalinjectorProvider: InjectorInjector to use to interact with the Tezos network by default RpcInjector
Sets Packer provider on the Tezos Taquito instance
Optionalpacker: Packerpacker to use to interact with the Tezos network
Sets parser provider on the Tezos Taquito instance
OptionalparserProvider: ParserProviderparserProvider to use to interact with the Tezos network
Sets configuration on the Tezos Taquito instance. Allows user to choose which signer, rpc client, rpc url, forger and so forth
rpc url or rpcClient to use to interact with the Tezos network
Sets read provider on the Tezos Taquito instance By default reads are done from the RPC usign the RpcReadAdapter class, this can be overridden to read from an indexer that implements the TzReadProvider interface
OptionalreadProvider: TzReadProviderTzReadProvider to use to interact with the Tezos network
Sets stream provider on the Tezos Taquito instance
Optionalstream: string | SubscribeProviderstream to use to interact with the Tezos network
Sets wallet provider on the Tezos Taquito instance
Optionalwallet: WalletProviderwallet to use to interact with the Tezos network
Facade class that surfaces all of the libraries capability and allow it's configuration
Param: _rpc
The RPC server to use