Function pallet_lottery::pallet::dispatchables::set_calls
source · pub fn set_calls<T: Config>(calls: Vec<<T as Config>::RuntimeCall>)
Expand description
Set calls in storage which can be used to purchase a lottery ticket.
This function only matters if you use the ValidateCall
implementation
provided by this pallet, which uses storage to determine the valid calls.
This extrinsic must be called by the Manager origin.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_calls
.