@yoroi/common
Version:
The Common package of Yoroi SDK
20 lines (18 loc) • 371 B
Flow
/**
* Flowtype definitions for atomic-breakdown
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
import BigNumber from "bignumber.js";
declare export function atomicBreakdown(
bigInt: bigint,
decimalPlaces: number
): {
decimalPlaces: number,
bi: bigint,
integer: string,
fraction: string,
bn: BigNumber,
str: string,
...
};