Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
internal
IterableIterator
Interface IterableIterator<T>
Type Parameters
T
Hierarchy
Iterator
<
T
>
IterableIterator
Index
Methods
[iterator]
next
return
throw
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
T
>
Returns
IterableIterator
<
T
>
next
next
(
...
args
:
[
]
|
[
undefined
]
)
:
IteratorResult
<
T
,
any
>
Parameters
Rest
...
args:
[
]
|
[
undefined
]
Returns
IteratorResult
<
T
,
any
>
Optional
return
return
(
value
?:
any
)
:
IteratorResult
<
T
,
any
>
Parameters
Optional
value:
any
Returns
IteratorResult
<
T
,
any
>
Optional
throw
throw
(
e
?:
any
)
:
IteratorResult
<
T
,
any
>
Parameters
Optional
e:
any
Returns
IteratorResult
<
T
,
any
>
Modules
@injectivelabs/sdk-
ts
internal
Big
Number
Browser
Headers
Data
Proxy
global
This
@injectivelabs/wallet-
ts
Iterable
Iterator
[iterator]
next
return
throw
Generated using
TypeDoc