pub fn update_release_schedules<T: Config>(
    who: <T::Lookup as StaticLookup>::Source,
    release_schedules: Vec<ReleaseSchedule<BlockNumberFor<T>, <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance>>
)
Expand description

Update all release schedules under an account, root origin required.

Events

Errors

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::update_release_schedules.