UpdateAdminProposal gov proposal content type to set an admin for a contract.

interface UpdateAdminProposal {
    $typeUrl?: "/cosmwasm.wasm.v1.UpdateAdminProposal";
    contract: string;
    description: string;
    newAdmin: string;
    title: string;
}

Properties

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

Contract is the address of the smart contract

description: string

Description is a human readable text

newAdmin: string

NewAdmin address to be set

title: string

Title is a short summary