Function pallet_broker::pallet::dispatchables::drop_renewal
source · pub fn drop_renewal<T: Config>(core: CoreIndex, when: Timeslice)
Expand description
Drop an expired Allowed Renewal record from the chain.
origin
: Can be any kind of origin.core
: The core to which the expired renewal refers.when
: The timeslice to which the expired renewal refers. This must have passed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::drop_renewal
.