Options
All
  • Public
  • Public/Protected
  • All
Menu

Big positive integer base on BigNumber

Hierarchy

  • BigInt

Index

Constructors

Properties

Methods

Constructors

constructor

  • new BigInt(value: string | number, ledgerCompatible?: boolean): BigInt
  • Parameters

    • value: string | number
    • Default value ledgerCompatible: boolean = true

    Returns BigInt

Properties

ledgerCompatible

ledgerCompatible: boolean

value

value: string | number

Methods

toHexstr

  • toHexstr(): string

Static fromHexstr

  • fromHexstr(hex: string): BigInt

Generated using TypeDoc