Used to interact with the Web3Gateway service to provide feeDelegation support for executing transactions
Broadcasting the transaction using the client side approach for both cosmos and ethereum native wallets
transaction hash
Prepare/sign/broadcast transaction using Cosmos native wallets on the client side.
The transaction that needs to be broadcasted
transaction hash
Prepare/sign/broadcast transaction using Cosmos native wallets using the Web3Gateway.
The transaction that needs to be broadcasted
transaction hash
Broadcasting the transaction using the client side approach for cosmos native wallets and feeDelegation support approach for ethereum native wallets (default one)
transaction hash
Prepare/sign/broadcast transaction using Ethereum native wallets on the client side.
The transaction that needs to be broadcasted
transaction hash
Prepare/sign/broadcast transaction using Ethereum native wallets using the Web3Gateway.
The transaction that needs to be broadcasted
transaction hash
Broadcasting the transaction using the feeDelegation support approach for both cosmos and ethereum native wallets
transaction hash
We use this method only when we want to broadcast a transaction using Ledger on Keplr for Injective
the transaction that needs to be broadcasted
Generated using TypeDoc
This class is used to broadcast transactions using the WalletStrategy as a handler for the sign/broadcast flow of the transactions
Mainly used for building UI products