interface Snip20TokenInfo {
    decimals: number;
    name: string;
    symbol: string;
    total_supply?: string;
}

Properties

decimals: number
name: string
symbol: string
total_supply?: string

Generated using TypeDoc