Code struct encompasses CodeInfo and CodeBytes

interface Code {
    codeBytes: Uint8Array;
    codeId: bigint;
    codeInfo: undefined | CodeInfo;
    pinned: boolean;
}

Properties

codeBytes: Uint8Array
codeId: bigint
codeInfo: undefined | CodeInfo
pinned: boolean

Pinned to wasmvm cache