Function: mint(address account, uint256 amount)
This allows the minter to mint tokens.
Inputs
account
Control: Fully controlled by the caller.
Constraints: None.
Impact: The address to mint tokens to.
amount
Control: 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.