Type Alias CodeRemoved

CodeRemoved: PlainDescriptor<
    {
        code_hash: FixedSizeBinary<32>;
        deposit_released: bigint;
        remover: SS58String;
    },
>

A code with the specified hash was removed.