Function checkpoint

Source
pub fn checkpoint<T: LazyBalance>(receipt: &T::Receipt) -> Option<T::Time>
Expand description

Returns the checkpoint time of the receipt.

LazyBalance::Receipt virtual field: checkpoint

Internally resolved from the discriminant ReceiptTime field.