Nado Typescript SDK Documentation
Preparing search index...
Nado Trigger Client
TwapExecutionStatus
Type Alias TwapExecutionStatus
TwapExecutionStatus
:
|
{
type
:
"pending"
}
|
{
type
:
"executed"
;
executedTime
:
number
;
executeResponse
:
EngineServerExecuteResult
;
}
|
{
type
:
"failed"
;
error
:
string
}
|
{
type
:
"cancelled"
;
reason
:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Documentation
Loading...