All chains
    Preparing search index...

    Type Alias DeletionQueue

    DeletionQueue: StorageDescriptor<
        [Key: number],
        { account_id: SS58String; trie_id: Uint8Array },
        true,
        never,
    >

    Terminated contracts that await lazy cleanup.

    Each entry pairs a child trie ID with the contract account so that on_idle can drain both the child trie and any [NativeDepositOf] entries that named the contract as holder. Both can be arbitrarily large, so cleanup runs lazily in on_idle.