UNPKG

hermes-v2-sdk

Version:

⚒️ An SDK for building applications on top of Hermes V2

5 lines (4 loc) 168 B
export declare const formatBigInt: (value: bigint, { decimals, precision }?: { decimals?: number | undefined; precision?: number | undefined; }) => string;