hoodkit
Preparing search index...
index
TwapSliceResult
Interface TwapSliceResult
The outcome of one TWAP slice.
interface
TwapSliceResult
{
amountIn
:
bigint
;
amountOutMinimum
?:
bigint
;
error
?:
string
;
hash
?:
`
0x
${
string
}
`
;
index
:
number
;
quote
?:
SwapQuote
;
status
:
"sent"
|
"simulated"
|
"skipped"
|
"failed"
;
total
:
number
;
}
Hierarchy (
View Summary
)
TwapSlicePlan
TwapSliceResult
Index
Properties
amount
In
amount
Out
Minimum?
error?
hash?
index
quote?
status
total
Properties
amount
In
amountIn
:
bigint
Optional
amount
Out
Minimum
amountOutMinimum
?:
bigint
Optional
error
error
?:
string
Optional
hash
hash
?:
`
0x
${
string
}
`
index
index
:
number
Optional
quote
quote
?:
SwapQuote
status
status
:
"sent"
|
"simulated"
|
"skipped"
|
"failed"
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
In
amount
Out
Minimum
error
hash
index
quote
status
total
hoodkit
Loading...
The outcome of one TWAP slice.