pub fn append<T: Config>(
moment: T::Moment,
block_producer_id: T::BlockProducerId,
)Expand description
Schedules an entry to be appended to the log. Log has to be ordered by a moment and writing the same moment twice is forbidden.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::append.