Interface InstantiateContractProposalAmino

InstantiateContractProposal gov proposal content type to instantiate a contract.

interface InstantiateContractProposalAmino {
    admin?: string;
    code_id?: string;
    description?: string;
    funds?: CoinAmino[];
    label?: string;
    msg?: any;
    run_as?: string;
    title?: string;
}

Properties

admin?: string

Admin is an optional address that can execute migrations

code_id?: string

CodeID is the reference to the stored WASM code

description?: string

Description is a human readable text

funds?: CoinAmino[]

Funds coins that are transferred to the contract on instantiation

label?: string

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

msg?: any

Msg json encoded message to be passed to the contract on instantiation

run_as?: string

RunAs is the address that is passed to the contract's environment as sender

title?: string

Title is a short summary