PinCodesProposal gov proposal content type to pin a set of code ids in the wasmvm cache.

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

Properties

code_ids?: string[]

CodeIDs references the new WASM codes

description?: string

Description is a human readable text

title?: string

Title is a short summary