Skip to content

getName

Returns the name of the token.

Usage

example.ts
import { 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.