Mint Account
The mint account represents a specific type of token by storing the token's global metadata. The mint account contains these data fields:
- Supply: Total supply of the token.
- Decimals: The number of decimal places the token can be divided into.
- Mint authority: The account authorized to mint new tokens. (Optional)
- Freeze authority: The account authorized to freeze token transfers. (Optional)