- createMint(mint, owner, totalAmount, mintDecimal, tokenMetadata, feePayer, isMutable): Promise<TransactionInstruction[]>
Parameters
- mint: PublicKey
- owner: PublicKey
- totalAmount: number
- mintDecimal: number
- tokenMetadata: DataV2
- feePayer: PublicKey
- isMutable: boolean
Returns Promise<TransactionInstruction[]>