UNPKG

@btc-vision/bsi-common

Version:

Common library for OP_NET.

6 lines (5 loc) 183 B
import { Decimal128 } from 'mongodb'; export declare class DataConverter { static fromDecimal128(value: Decimal128): bigint; static toDecimal128(value: bigint): Decimal128; }