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>
AsyncValidateFunction
Interface AsyncValidateFunction<T>
Type parameters
T =
unknown
Hierarchy
ValidateFunction
<
T
>
AsyncValidateFunction
Callable
Async
Validate
Function
(
...
args
:
[
data
:
any
,
dataCxt
?:
DataValidationCxt
<
string
|
number
>
]
)
:
Promise
<
T
>
Async
Validate
Function
(
this
:
any
, data
:
any
, dataCxt
?:
DataValidationCxt
<
string
|
number
>
)
:
data
is
T
Parameters
Rest
...
args:
[
data
:
any
,
dataCxt
?:
DataValidationCxt
<
string
|
number
>
]
Returns
Promise
<
T
>
Parameters
this:
any
data:
any
Optional
dataCxt:
DataValidationCxt
<
string
|
number
>
Returns
data
is
T
Index
Properties
$async
errors
evaluated
schema
schema
Env
source
Properties
$async
$async
:
true
Optional
errors
errors
?:
null
|
ErrorObject
<
string
,
Record
<
string
,
any
>
,
unknown
>
[]
Optional
evaluated
evaluated
?:
Evaluated
schema
schema
:
AnySchema
schema
Env
schema
Env
:
SchemaEnv
Optional
source
source
?:
SourceCode
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
Validate
Function
$async
errors
evaluated
schema
schema
Env
source
Generated using
TypeDoc