MigrateContractProposal gov proposal content type to migrate a contract.

interface MigrateContractProposalAmino {
    code_id?: string;
    contract?: string;
    description?: string;
    msg?: any;
    title?: string;
}

Properties

code_id?: string

CodeID references the new WASM code

contract?: string

Contract is the address of the smart contract

description?: string

Description is a human readable text

msg?: any

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

title?: string

Title is a short summary