SingleMsgTx is a function that broadcasts a single message transaction.
It also has a simulate() method to execute the transaction without
committing it on-chain. This is helpful for gas estimation.
WARNING: tx.compute.instantiateContract() & tx.compute.executeContract() simulation is not supported for security reasons!
SingleMsgTx is a function that broadcasts a single message transaction. It also has a
simulate()
method to execute the transaction without committing it on-chain. This is helpful for gas estimation.WARNING:
tx.compute.instantiateContract()
&tx.compute.executeContract()
simulation is not supported for security reasons!