Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
IndexerMatchEvent
Interface IndexerMatchEvent
interface
IndexerMatchEvent
{
productId
:
number
;
digest
:
string
;
isolated
:
boolean
;
order
:
EIP712OrderValues
;
baseFilled
:
BigNumber
;
quoteFilled
:
BigNumber
;
totalFee
:
BigNumber
;
sequencerFee
:
BigNumber
;
cumulativeBaseFilled
:
BigNumber
;
cumulativeQuoteFilled
:
BigNumber
;
cumulativeFee
:
BigNumber
;
submissionIndex
:
string
;
timestamp
:
BigNumber
;
preEventTrackedVars
:
Pick
<
IndexerBalanceTrackedVars
,
"netEntryCumulative"
|
"netEntryUnrealized"
,
>
;
preBalances
:
IndexerMatchEventBalances
;
postBalances
:
IndexerMatchEventBalances
;
tx
:
NadoTx
;
}
Hierarchy (
View Summary
)
Subaccount
IndexerMatchEvent
Index
Properties
product
Id
digest
isolated
order
base
Filled
quote
Filled
total
Fee
sequencer
Fee
cumulative
Base
Filled
cumulative
Quote
Filled
cumulative
Fee
submission
Index
timestamp
pre
Event
Tracked
Vars
pre
Balances
post
Balances
tx
Properties
product
Id
productId
:
number
digest
digest
:
string
isolated
isolated
:
boolean
order
order
:
EIP712OrderValues
base
Filled
baseFilled
:
BigNumber
quote
Filled
quoteFilled
:
BigNumber
total
Fee
totalFee
:
BigNumber
sequencer
Fee
sequencerFee
:
BigNumber
cumulative
Base
Filled
cumulativeBaseFilled
:
BigNumber
cumulative
Quote
Filled
cumulativeQuoteFilled
:
BigNumber
cumulative
Fee
cumulativeFee
:
BigNumber
submission
Index
submissionIndex
:
string
timestamp
timestamp
:
BigNumber
pre
Event
Tracked
Vars
preEventTrackedVars
:
Pick
<
IndexerBalanceTrackedVars
,
"netEntryCumulative"
|
"netEntryUnrealized"
,
>
pre
Balances
preBalances
:
IndexerMatchEventBalances
post
Balances
postBalances
:
IndexerMatchEventBalances
tx
tx
:
NadoTx
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product
Id
digest
isolated
order
base
Filled
quote
Filled
total
Fee
sequencer
Fee
cumulative
Base
Filled
cumulative
Quote
Filled
cumulative
Fee
submission
Index
timestamp
pre
Event
Tracked
Vars
pre
Balances
post
Balances
tx
Documentation
Loading...