UNPKG

@myclique/governance-sdk

Version:

The SDK is provides easy access to the high level interactions to be governance with an Clique DAO.

7 lines (6 loc) 346 B
import { Fraction } from './fraction'; import { Rounding } from '../constants'; export declare class Percent extends Fraction { toSignificant(significantDigits?: number, format?: Record<string, unknown>, rounding?: Rounding): string; toFixed(decimalPlaces?: number, format?: Record<string, unknown>, rounding?: Rounding): string; }