Skip to main content

Interface: InstantiateOptions

The options of .instantiate() and .instantiate2() call. All properties are optional.

Properties

admin

Optional Readonly admin: string

A bech32 encoded address of an admin account. Caution: an admin has the privilege to upgrade a contract. If this is not desired, do not set this value.

Defined in

node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:44


funds

Optional Readonly funds: readonly Coin[]

The funds that are transferred from the sender to the newly created contract. The funds are transferred as part of the message execution after the contract address is created and before the instantiation message is executed by the contract.

Only native tokens are supported.

Defined in

node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:39


memo

Optional Readonly memo: string

Defined in

node_modules/@cosmjs/cosmwasm-stargate/build/signingcosmwasmclient.d.ts:31