@caravan/sdk API - v0.0.0
Preparing search index...
capacity
CapacityConformanceOptions
Interface CapacityConformanceOptions
interface
CapacityConformanceOptions
{
expectedSigner
?:
`
0x
${
string
}
`
;
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
now
?:
()
=>
number
;
request
?:
CapacityCheckFields
;
requestNonce
?:
`
0x
${
string
}
`
;
requestSigner
?:
CapacitySigner
;
}
Index
Properties
expected
Signer?
fetch?
now?
request?
request
Nonce?
request
Signer?
Properties
Optional
expected
Signer
expectedSigner
?:
`
0x
${
string
}
`
Optional
fetch
fetch
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
now
now
?:
()
=>
number
Optional
request
request
?:
CapacityCheckFields
Optional
request
Nonce
requestNonce
?:
`
0x
${
string
}
`
Optional
request
Signer
requestSigner
?:
CapacitySigner
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expected
Signer
fetch
now
request
request
Nonce
request
Signer
@caravan/sdk API - v0.0.0
Loading...
MDN Reference