Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Uint

Index

Constructors

constructor

  • new Uint(uint: bigInteger.BigNumber, base?: bigInteger.BigNumber, alphabet?: undefined | string, caseSensitive?: undefined | false | true): Uint
  • Parameters

    • uint: bigInteger.BigNumber

      Parse a number | bigInteger | string into a bigUint. Remaing parameters only will be used when type of int is string.

    • Optional base: bigInteger.BigNumber

      Default base is 10.

    • Optional alphabet: undefined | string

      Default alphabet is "0123456789abcdefghijklmnopqrstuvwxyz".

    • Optional caseSensitive: undefined | false | true

      Defaults to false.

    Returns Uint

Methods

add

div

equals

  • equals(i: Uint): boolean

gt

  • gt(i: Uint): boolean

gte

  • gte(i: Uint): boolean

lt

  • lt(i: Uint): boolean

lte

  • lte(i: Uint): boolean

marshalAmino

  • marshalAmino(): string

mod

mul

sub

toString

  • toString(): string

Generated using TypeDoc