Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Integer
Interface Integer
Internal interface to ensure all integer types can be used equally
interface
Integer
{
toBigInt
:
(
(
)
=>
bigint
)
;
toNumber
:
(
(
)
=>
number
)
;
toString
:
(
(
)
=>
string
)
;
}
Implemented by
Int53
Uint32
Uint53
Uint64
Index
Properties
to
Big
Int
to
Number
to
String
Properties
Readonly
to
Big
Int
to
Big
Int
:
(
(
)
=>
bigint
)
Readonly
to
Number
to
Number
:
(
(
)
=>
number
)
Readonly
to
String
to
String
:
(
(
)
=>
string
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
to
Big
Int
to
Number
to
String
@crownfi/sei-js-proto
Loading...
Internal interface to ensure all integer types can be used equally