superxerox-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Bytes
Bytes
Like
Unsigned
Transaction
errors
Base
Contract
Big
Number
constructor
_hex
_is
Big
Number
abs
add
and
div
eq
from
Twos
gt
gte
is
Negative
is
Zero
lt
lte
mask
mod
mul
or
pow
shl
shr
sub
to
Big
Int
to
Hex
String
toJSON
to
Number
to
String
to
Twos
xor
from
is
Big
Number
Contract
Contract
Factory
Fixed
Number
Signer
Void
Signer
Wallet
Wordlist
Call
Overrides
Contract
Receipt
Contract
Transaction
Event
Overrides
Payable
Overrides
Populated
Transaction
Signature
Transaction
Big
Numberish
Contract
Function
Contract
Interface
Event
Filter
logger
version
wordlists
get
Default
Provider
Hierarchy
BigNumber
Implements
Hexable
Index
Constructors
constructor
Properties
_hex
_is
Big
Number
Methods
abs
add
and
div
eq
from
Twos
gt
gte
is
Negative
is
Zero
lt
lte
mask
mod
mul
or
pow
shl
shr
sub
to
Big
Int
to
Hex
String
toJSON
to
Number
to
String
to
Twos
xor
from
is
Big
Number
Constructors
constructor
new
Big
Number
(
constructorGuard
:
any
, hex
:
string
)
:
BigNumber
Parameters
constructorGuard:
any
hex:
string
Returns
BigNumber
Properties
Readonly
_hex
_hex
:
string
Readonly
_is
Big
Number
_is
Big
Number
:
boolean
Methods
abs
abs
(
)
:
BigNumber
Returns
BigNumber
add
add
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
and
and
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
div
div
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
eq
eq
(
other
:
BigNumberish
)
:
boolean
Parameters
other:
BigNumberish
Returns
boolean
from
Twos
from
Twos
(
value
:
number
)
:
BigNumber
Parameters
value:
number
Returns
BigNumber
gt
gt
(
other
:
BigNumberish
)
:
boolean
Parameters
other:
BigNumberish
Returns
boolean
gte
gte
(
other
:
BigNumberish
)
:
boolean
Parameters
other:
BigNumberish
Returns
boolean
is
Negative
is
Negative
(
)
:
boolean
Returns
boolean
is
Zero
is
Zero
(
)
:
boolean
Returns
boolean
lt
lt
(
other
:
BigNumberish
)
:
boolean
Parameters
other:
BigNumberish
Returns
boolean
lte
lte
(
other
:
BigNumberish
)
:
boolean
Parameters
other:
BigNumberish
Returns
boolean
mask
mask
(
value
:
number
)
:
BigNumber
Parameters
value:
number
Returns
BigNumber
mod
mod
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
mul
mul
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
or
or
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
pow
pow
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
shl
shl
(
value
:
number
)
:
BigNumber
Parameters
value:
number
Returns
BigNumber
shr
shr
(
value
:
number
)
:
BigNumber
Parameters
value:
number
Returns
BigNumber
sub
sub
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
to
Big
Int
to
Big
Int
(
)
:
bigint
Returns
bigint
to
Hex
String
to
Hex
String
(
)
:
string
Returns
string
toJSON
toJSON
(
key
?:
string
)
:
any
Parameters
Optional
key:
string
Returns
any
to
Number
to
Number
(
)
:
number
Returns
number
to
String
to
String
(
)
:
string
Returns
string
to
Twos
to
Twos
(
value
:
number
)
:
BigNumber
Parameters
value:
number
Returns
BigNumber
xor
xor
(
other
:
BigNumberish
)
:
BigNumber
Parameters
other:
BigNumberish
Returns
BigNumber
Static
from
from
(
value
:
any
)
:
BigNumber
Parameters
value:
any
Returns
BigNumber
Static
is
Big
Number
is
Big
Number
(
value
:
any
)
:
value
is
BigNumber
Parameters
value:
any
Returns
value
is
BigNumber
Generated using
TypeDoc