Search
Preparing search index...
The search index is not available
@nftstorage/metaplex-auth
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@nftstorage/metaplex-auth
<internal>
AsyncIterableIterator
Interface AsyncIterableIterator<T>
Type parameters
T
Hierarchy
AsyncIterator
<
T
>
AsyncIterableIterator
Index
Methods
[async
Iterator]
next
return
throw
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterableIterator
<
T
>
Returns
AsyncIterableIterator
<
T
>
next
next
(
...
args
:
[
]
|
[
undefined
]
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Rest
...
args:
[
]
|
[
undefined
]
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Optional
return
return
(
value
?:
any
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Optional
value:
any
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Optional
throw
throw
(
e
?:
any
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Optional
e:
any
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Exports
<internal>
"/home/runner/work/metaplex-
auth/metaplex-
auth/node_
modules/multiformats/types/src/codecs/interface"
"/home/runner/work/metaplex-
auth/metaplex-
auth/node_
modules/nft.storage/dist/src/lib/interface"
Async
Iterable
Iterator
[async
Iterator]
next
return
throw
Generated using
TypeDoc