Creates both mint and token accounts in the same transaction.
const { token } = await metaplex.tokens().createTokenWithMint();const mint = token.mint;
Generated using TypeDoc
Creates both mint and token accounts in the same transaction.