UNPKG

@mimicry/sdk

Version:

A node SDK designed to simplify interaction with the Mimicry Protocol smart contracts.

6 lines (5 loc) 221 B
import { CurrencyInfo } from '../types'; /** * Given a BigInt, return an Value object with a CurrencyInfo and Amount. */ export declare function numberToBigInt(_value: number, _currencyInfo: CurrencyInfo): BigInt;