@sodazone/ocelloids-client - v4.1.3
Preparing search index...
server-types
sourceDefi
DefiOrderPayload
Type Alias DefiOrderPayload
type
DefiOrderPayload
=
{
blockNumber
:
string
;
creation
?:
{
amountIn
?:
string
;
amountOut
?:
string
;
assetIn
:
string
;
assetOut
:
string
;
blockHash
:
string
;
createdAt
:
number
;
createdAtBlock
:
string
;
symbolIn
:
string
;
symbolOut
:
string
;
txHash
?:
string
;
}
;
fill
?:
{
amountIn
:
string
;
amountOut
:
string
;
amountUSD
?:
string
;
assetIn
:
string
;
assetOut
:
string
;
blockHash
:
string
;
blockNumber
:
string
;
eventIndex
:
number
;
filler
:
string
;
symbolIn
:
string
;
symbolOut
:
string
;
timestamp
:
number
;
txHash
?:
string
;
}
;
networkId
:
string
;
orderId
:
string
;
owner
:
string
;
protocol
:
string
;
status
:
DefiOrderStatus
;
timestamp
:
number
;
type
:
"order"
;
}
Index
Properties
block
Number
creation?
fill?
network
Id
order
Id
owner
protocol
status
timestamp
type
Properties
block
Number
blockNumber
:
string
Optional
creation
creation
?:
{
amountIn
?:
string
;
amountOut
?:
string
;
assetIn
:
string
;
assetOut
:
string
;
blockHash
:
string
;
createdAt
:
number
;
createdAtBlock
:
string
;
symbolIn
:
string
;
symbolOut
:
string
;
txHash
?:
string
;
}
Optional
fill
fill
?:
{
amountIn
:
string
;
amountOut
:
string
;
amountUSD
?:
string
;
assetIn
:
string
;
assetOut
:
string
;
blockHash
:
string
;
blockNumber
:
string
;
eventIndex
:
number
;
filler
:
string
;
symbolIn
:
string
;
symbolOut
:
string
;
timestamp
:
number
;
txHash
?:
string
;
}
network
Id
networkId
:
string
order
Id
orderId
:
string
owner
owner
:
string
protocol
protocol
:
string
status
status
:
DefiOrderStatus
timestamp
timestamp
:
number
type
type
:
"order"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
Number
creation
fill
network
Id
order
Id
owner
protocol
status
timestamp
type
@sodazone/ocelloids-client - v4.1.3
Loading...