Decoded SPL Token Mint (82 bytes).
const mint = decodeMint(rawBytes);console.log(`Supply: ${mint.supply}, Decimals: ${mint.decimals}`); Copy
const mint = decodeMint(rawBytes);console.log(`Supply: ${mint.supply}, Decimals: ${mint.decimals}`);
1.1.0
Number of decimal places.
Freeze authority (who can freeze accounts). null if not freezable.
null
Whether the mint is initialized.
Mint authority (who can mint new tokens). null if fixed supply.
Total token supply.
Decoded SPL Token Mint (82 bytes).
Example
Since
1.1.0