All chains
    Preparing search index...

    Type Alias poke_unused_validation_code

    poke_unused_validation_code: TxDescriptor<
        { validation_code_hash: FixedSizeBinary<32> },
    >

    Remove the validation code from the storage iff the reference count is 0.

    This is better than removing the storage directly, because it will not remove the code that was suddenly got used by some parachain while this dispatchable was pending dispatching.