Search
Preparing search index...
The search index is not available
muta-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
muta-client
RetryOptions
Interface RetryOptions<T>
Type parameters
T
Hierarchy
RetryConfig
RetryOptions
Index
Properties
interval
on
Resolve
retry
timeout
Properties
Optional
interval
interval
:
undefined
|
number
the retry interval in (ms)
Optional
on
Resolve
on
Resolve
:
undefined
|
(
(
t
:
T
)
=>
Promise
<
boolean
>
|
boolean
)
retry
retry
:
PromiseThunk
<
T
>
Optional
timeout
timeout
:
undefined
|
number
the max timeout in (ms)
Globals
muta-
account
muta-
client
muta-
client-
raw
muta-
defaults
muta-
sdk
muta-
service
muta-
types
muta-
utils
muta-
wallet
Retry
Options
interval
on
Resolve
retry
timeout
Generated using
TypeDoc
the retry interval in (ms)