Function pallet_sassafras::pallet::dispatchables::submit_tickets
source · pub fn submit_tickets<T: Config>(
tickets: BoundedVec<TicketEnvelope, EpochLengthFor<T>>,
)
Expand description
Submit next epoch tickets candidates.
The number of tickets allowed to be submitted in one call is equal to the epoch length.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::submit_tickets
.