MCPcopy Create free account
hub / github.com/etherspot/transaction-kit / getProvider

Method getProvider

lib/TransactionKit.ts:4478–4480  ·  view source on GitHub ↗

* Returns the underlying raw provider used by this kit (WalletProviderLike). * * @returns The WalletProviderLike instance. * * @remarks * - This is the provider you should use in your app for web3 interactions. * - For advanced operations, use getEtherspotProvider().

()

Source from the content-addressed store, hash-verified

4476 * - For advanced operations, use getEtherspotProvider().
4477 */
4478 getProvider(): WalletProviderLike {
4479 return this.#etherspotProvider.getProvider();
4480 }
4481
4482 /**
4483 * Returns the EtherspotProvider instance for advanced use.

Callers 4

estimateMethod · 0.95
sendMethod · 0.95
estimateBatchesMethod · 0.95
sendBatchesMethod · 0.95

Calls 1

getProviderMethod · 0.65

Tested by

no test coverage detected