"auto" fee estimation.
Missing Gas Price
Thrown when using"auto" fee without setting a gas price:
gasPrice when creating the signing client:
Simulation Failure
simulate throws if the signer address is not found in the wallet:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Errors from gas price configuration and transaction simulation.
"auto" fee estimation.
"auto" fee without setting a gas price:
"Gas price must be set in the client options when auto gas is used."
gasPrice when creating the signing client:
const client = await SigningStargateClient.connectWithSigner(endpoint, signer, {
gasPrice: GasPrice.fromString("0.025uatom"),
});
simulate throws if the signer address is not found in the wallet:
"Failed to retrieve account from signer"
Was this page helpful?