Finds a token account and its associated mint account by providing the token address.
const tokenWithMint = await metaplex.tokens().findTokenWithMintByAddress({ address });
Generated using TypeDoc
Finds a token account and its associated mint account by providing the token address.