fn mint<'a, T: LazyBalanceMarker>(
model: &'a mut LazyContainer<T>,
value: T::Asset,
subject: &'a T::Subject,
) -> Result<T::Asset, Error<T>>Expand description
Executes a mint operation on the lazy balance model.
Constructs the tagged input, invokes LazyBalance::mint, and returns
the resolved asset value added to the balance.