UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

4 lines (3 loc) 171 B
import Decimal from 'decimal.js'; export declare function toSatoshi(amount: Decimal | bigint): Decimal; export declare function toBase(amount: Decimal | bigint): Decimal;