Inspecting the createMint call
The createMint
function sends a transaction
with 2 instructions
- Create a fresh
mint account
- Initialise data inside the
mint account
such that it storesmint data
(decimals, mintAuthority etc)
We need to bring in the same code in our codebase and make the user sign it