RPC config for the provider. It contains RPC urls for each specified network.
Specification can be found here.
Adds event listeners for the wallet
executeBatchCalls
is supposed to decrease calls to blockchain.
It only sends one request and returns data from each call.
web3 calls
array of return values from web3 calls
Calculates max fees for transaction. Thess values are available for networks with EIP-1559 support.
Max fees for transaction.
Returns web3 instance for read operations.
Web3 instance.
Returns current wallet meta.
This method allows you to inject a provider and set up web3. It is used before connecting to the provider.
true
if current network is Binance Smart Chain.
Removes event listeners for the wallet
Custom replacement for web3js methods.myMethod.send.
Address of the sender.
Address of the recipient.
Options for sending transaction.
Promise with transaction hash and receipt promise.
Sets wallet meta based on provider.
Request to switch network. If network is not added, will add it.
the number of the network to switch to
Generated using TypeDoc
RPC config for the provider. It contains RPC urls for each specified network.