All chains
    Preparing search index...

    Type Alias CodeInfoOf

    CodeInfoOf: StorageDescriptor<
        [Key: FixedSizeBinary<32>],
        {
            behaviour_version: number;
            code_len: number;
            deposit: bigint;
            owner: SS58String;
            refcount: bigint;
        },
        true,
        never,
    >

    A mapping from a contract's code hash to its code info.