Function: mint(address account, uint256 amount)
This allows the minter to mint tokens.
Inputs
accountControl: Fully controlled by the caller.
Constraints: None.
Impact: The address to mint tokens to.
amountControl: Fully controlled by the caller.
Constraints: None.
Impact: The amount of tokens to mint.
Branches and code coverage (including function calls)
Intended branches
Increase balance of account by amount.
Negative behavior
Should not be callable by anyone other than the minter or the owner.