UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

7 lines (6 loc) 222 B
import { BigIntAble, BigIntBase } from '../base'; export type UintString = string; export default class Uint extends BigIntBase { static from(value: BigIntAble): Uint; protected toBigNumber(value: bigint): this; }