Msg

InstantiateContract2 creates a new smart contract instance for the given code id with a predictable address

post/cosmwasm.wasm.v1.Msg/InstantiateContract2

Request body

senderstring
adminstring
code_idstring uint64
labelstring

Label is optional metadata to be stored with a contract instance.

msgstring byte
saltstring byte

Salt is an arbitrary value provided by the sender. Size can be 1 to 64.

fix_msgboolean

Response

A successful response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.