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

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

Properties

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

CodeIDs references the new WASM codes

description: string

Description is a human readable text

title: string

Title is a short summary