Msg

StoreAndInstantiateContract defines a governance operation for storing and instantiating the contract. The authority is defined in the keeper.

Since: 0.40

post/cosmwasm.wasm.v1.Msg/StoreAndInstantiateContract

Request body

authoritystring

Authority is the address of the governance account.

wasm_byte_codestring byte
unpin_codeboolean

UnpinCode code on upload, optional. As default the uploaded contract is pinned to cache.

adminstring
labelstring

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

msgstring byte
sourcestring
builderstring
code_hashstring byte

Response

A successful response.

Changes

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