getName Returns the name of the token. Usage Fileexample.tsCopyimport { mintclub } from 'mint.club-v2-sdk' const name = await mintclub.network('ethereum').token('SYMBOL').getName() Return Value Promise<string> Returns the name of the token.