SudoContractProposal gov proposal content type to call sudo on a contract.

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

Properties

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 as sudo

title?: string

Title is a short summary