Function: mint(address account, uint256 amount)
This function mints the asset token.
Inputs
accountControl: Fully controlled by the caller of AssetIssuer.
Constraints: Must be a nonzero address.
Impact: Specifies the account to receive the minted token.
amountControl: Fully controlled by the caller of AssetIssuer.
Constraints: None.
Impact: Specifies the amount of asset token to mint.
Branches and code coverage
Intended branches
Mint the asset token.
Change the basket.
Negative behavior
The caller is an issuer.
Contract is issuing.