Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
IAsyncIterator
Interface IAsyncIterator<T>
interface
IAsyncIterator
<
T
>
{
iterator
:
AsyncIterator
<
T
,
any
,
undefined
>
;
stop
:
Unsubscribe
;
}
Type Parameters
T
extends
IDecodedMessage
Index
Properties
iterator
stop
Properties
iterator
iterator
:
AsyncIterator
<
T
,
any
,
undefined
>
stop
stop
:
Unsubscribe
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
iterator
stop
Documentation
Loading...
Generated using
TypeDoc