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

interface UnpinCodesProposalAmino {
    code_ids?: string[];
    description?: string;
    title?: string;
}

Properties

code_ids?: string[]

CodeIDs references the WASM codes

description?: string

Description is a human readable text

title?: string

Title is a short summary