Search
Preparing search index...
The search index is not available
ontology-ts-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"common/int128"
U128
Class U128
Hierarchy
U128
Index
Constructors
constructor
Properties
value
Methods
compare
To
serialize
to
Big
Int
to
I128
deserialize
Constructors
constructor
new
U128
(
value
?:
number
[]
)
:
U128
Parameters
Optional
value:
number
[]
Returns
U128
Properties
value
value
:
number
[]
= new Array(I128_SIZE).fill(0)
Methods
compare
To
compare
To
(
o
:
U128
)
:
1
|
0
|
-1
Parameters
o:
U128
Returns
1
|
0
|
-1
serialize
serialize
(
)
:
string
Returns
string
to
Big
Int
to
Big
Int
(
)
:
BigInt
Returns
BigInt
to
I128
to
I128
(
)
:
I128
Returns
I128
Static
deserialize
deserialize
(
sr
:
StringReader
)
:
U128
Parameters
sr:
StringReader
Returns
U128
Globals
"common/int128"
I128
U128
constructor
value
compare
To
serialize
to
Big
Int
to
I128
deserialize
I128_
SIZE
max
Big
U128
max
I128
min
I128
pow128
I128
From
Big
Int
I128
From
Int
big
Pow
one
Bits128
put
Uint64
Generated using
TypeDoc