The type used for liquidity amount.
Mints liquidity to a user's balance and updates the total supply.
If the receiver has no balance in the storage, a new one is created. mint also updates the total supply of the token.
The user's address.
Amount to mint.
Updates the allowance set for a spender by an owner.
If the spender has no allowance in the storage, a new allowance is created.
if attempting to decrease allowance below available amount.
Generated using TypeDoc
Manages liquidity for tokens, with generic flexibility.
Remarks
It does not implement overflow and underflow checks for operations.