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

interface SudoContractProposal {
    $typeUrl?: "/cosmwasm.wasm.v1.SudoContractProposal";
    contract: string;
    description: string;
    msg: Uint8Array;
    title: string;
}

Properties

$typeUrl?: "/cosmwasm.wasm.v1.SudoContractProposal"
contract: string

Contract is the address of the smart contract

description: string

Description is a human readable text

msg: Uint8Array

Msg json encoded message to be passed to the contract as sudo

title: string

Title is a short summary