solana-resilience-kit - v1.0.0
Demo
GitHub
Preparing search index...
src
TipEstimatorConfig
Interface TipEstimatorConfig
interface
TipEstimatorConfig
{
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
tipFloorUrl
?:
string
;
}
Index
Properties
fetch
Impl?
tip
Floor
Url?
Properties
Optional
fetch
Impl
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
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
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
tip
Floor
Url
tipFloorUrl
?:
string
Endpoint serving tip-floor data (default Jito public tip_floor REST).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Impl
tip
Floor
Url
Demo
GitHub
solana-resilience-kit - v1.0.0
Loading...
MDN Reference