UNPKG

@mimicry/sdk

Version:

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

6 lines (5 loc) 224 B
import { CurrencyInfo, Value } from '../types'; /** * Given a BigInt, return an Value object with a CurrencyInfo and Amount. */ export declare function bigIntToValue(value: BigInt, currencyInfo: CurrencyInfo): Value;