UpdateInstantiateConfigProposal gov proposal content type to update instantiate config to a set of code ids.

interface UpdateInstantiateConfigProposal {
    $typeUrl?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal";
    accessConfigUpdates: AccessConfigUpdate[];
    description: string;
    title: string;
}

Properties

$typeUrl?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal"
accessConfigUpdates: AccessConfigUpdate[]

AccessConfigUpdate contains the list of code ids and the access config to be applied.

description: string

Description is a human readable text

title: string

Title is a short summary