UnpinCodesProposal gov proposal content type to unpin a set of code ids in the wasmvm cache.

interface UnpinCodesProposal {
    $typeUrl?: "/cosmwasm.wasm.v1.UnpinCodesProposal";
    codeIds: bigint[];
    description: string;
    title: string;
}

Properties

$typeUrl?: "/cosmwasm.wasm.v1.UnpinCodesProposal"
codeIds: bigint[]

CodeIDs references the WASM codes

description: string

Description is a human readable text

title: string

Title is a short summary