UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines (8 loc) 273 B
import { BigIntAble, BigIntBase } from '../base'; export type Uint8String = string; export default class Uint8 extends BigIntBase { static from(value: BigIntAble): Uint8; protected toBigNumber(value: bigint): this; static MAX: string; static MIN: string; }