Setting this to false stops retries.
API connects asynchronously, so API handle is a promise of either variant.
Optional bech32The bech32 prefix for the account's address
Time to ping for next block.
Optional chainChain ID.
Optional coinThe coin type in the HD derivation path
Optional feesDefault transaction fees.
Optional hdThe account index in the HD derivation path
A supported method of authentication.
Optional urlConnection URL.
Static gasNative token of chain.
Wait for the block height to increment.
Construct a transaction batch.
Instantiate a contract via CosmJS Stargate.
Stargate implementation of batch send.
Optional options: unknownGet client handles for all contracts that match a code ID
Get client handles for all contracts that match multiple code IDs
Optional $C: CInstantiate a new program from a code id, label and init message.
Deploy.ContractInstance with no address populated yet.
This will be populated after executing the batch.
await agent.instantiate(template.define({ label, initMsg })
Upload a contract's code, generating a new code id/hash pair.
Optional reupload?: booleanOptional uploadOptional uploadOptional uploadStatic gasGenerated using TypeDoc
Generic agent for CosmWasm-enabled chains.