Search
Preparing search index...
The search index is not available
Secret.js Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Secret.js Docs
<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
>
Exports
<internal>
"/opt/buildhome/repo/src/grpc_
gateway/tendermint/abci/types.pb"
"/opt/buildhome/repo/src/protobuf/cosmos/distribution/v1beta1/distribution"
"/opt/buildhome/repo/src/protobuf/cosmos/gov/v1beta1/gov"
"/opt/buildhome/repo/src/protobuf/cosmos/params/v1beta1/params"
"/opt/buildhome/repo/src/protobuf/cosmos/tx/v1beta1/tx"
"/opt/buildhome/repo/src/protobuf/cosmos/upgrade/v1beta1/upgrade"
"/opt/buildhome/repo/src/protobuf/ibc/core/client/v1/client"
Iterable
Iterator
[iterator]
next
return
throw