Type Alias pallet_scheduler::CallOrHashOf 
source · pub type CallOrHashOf<T> = MaybeHashed<<T as Config>::RuntimeCall, <T as Config>::Hash>;Aliased Type§
enum CallOrHashOf<T> {
    Value(<T as Config>::RuntimeCall),
    Hash(<T as Config>::Hash),
}Variants§
Value(<T as Config>::RuntimeCall)
The value itself.
Hash(<T as Config>::Hash)
The hash of the encoded value which this value represents.