Finds a token account and its associated mint account by providing the mint address and either:
const tokenWithMint = await metaplex .tokens() .findTokenWithMintByMint({ mint, address: tokenAddress, type: "token" };const tokenWithMint = await metaplex .tokens() .findTokenWithMintByMint({ mint, address: ownerAddress, type: "owner" };
Generated using TypeDoc
Finds a token account and its associated mint account by providing the mint address and either: