UNPKG

test-ic-wallet-middleware-common

Version:
7 lines (6 loc) 298 B
export declare class AmountProvider { static stringToBigInt(value: string, decimal: number): bigint | undefined; static toBigInt(value: Amount, decimal: number): bigint | undefined; static bigIntToDisplay(value: bigint, decimal: number): string; } export type Amount = bigint | string;