Function set_checkpoint

Source
pub fn set_checkpoint<T: LazyBalance>(
    balance: &mut T::Balance,
    value: T::Time,
) -> Result<(), ShareBalanceError>
Expand description

Sets the most recent adjusted (reap/mint) time of the balance.

LazyBalance::Balance virtual field: checkpoint

Writes to the discriminant BalanceTime field at index 0.