Preparing search index...
The search index is not available
Saber Token Functions Documentation
Saber Token Functions Documentation
@saberhq/bigintish
BNLike
Interface BNLike
A type that is structurally compatible with
BN.js
.
Hierarchy
BNLike
Index
Methods
egcd
gcd
invm
to
String
Methods
egcd
egcd
(
b
:
BNLike
)
:
{
a
:
BNLike
;
b
:
BNLike
;
gcd
:
BNLike
}
Parameters
b:
BNLike
Returns
{
a
:
BNLike
;
b
:
BNLike
;
gcd
:
BNLike
}
a
:
BNLike
b
:
BNLike
gcd
:
BNLike
gcd
gcd
(
b
:
BNLike
)
:
BNLike
Parameters
b:
BNLike
Returns
BNLike
invm
invm
(
b
:
BNLike
)
:
BNLike
Parameters
b:
BNLike
Returns
BNLike
to
String
to
String
(
base
?:
number
|
"hex"
, length
?:
number
)
:
string
Parameters
Optional
base:
number
|
"hex"
Optional
length:
number
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Saber
Token
Functions
Documentation
@saberhq/bigintish -
v0.0.0
@saberhq/fraction -
v0.0.0
@saberhq/toformat -
v0.0.0
@saberhq/token-
fns -
v0.0.0
BNLike
egcd
gcd
invm
to
String
Generated using
TypeDoc
A type that is structurally compatible with
BN.js
.