Optional
params: ParamsWithKind[]List of operation to batch together
Readonly
formatOptional
globalConstantsProvider: GlobalConstantsProviderOptional
injectorProvider: InjectorOptional
packer: PackerOptional
parserProvider: ParserProviderrpc url or rpcClient 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
Tezos.setProvider({rpc: 'https://mainnet.ecadinfra.com/', signer: new InMemorySigner.fromSecretKey(“edsk...”)})
Tezos.setProvider({ config: { confirmationPollingTimeoutSecond: 300 }})
Optional
readProvider: TzReadProviderOptional
signer: SignerOptional
stream: string | SubscribeProviderOptional
wallet: WalletProvider
Description
Facade class that surfaces all of the libraries capability and allow it's configuration
Param: _rpc
The RPC server to use