UNPKG

chaingate

Version:

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

5 lines (4 loc) 226 B
import { NumberLike } from '../../../../InternalUtils/NumberLike'; import Decimal from 'decimal.js'; export declare function toSatoshi(amount: NumberLike): Decimal; export declare function toBase(amount: NumberLike): Decimal;