Interface BalanceStatusNextThreshold

interface BalanceStatusNextThreshold {
    name: string;
    tokens_until: number;
    percentage: number;
}

Properties

name: string
tokens_until: number
percentage: number