0.7.30
This commit is contained in:
@@ -30,6 +30,18 @@ expectedDexCodes: Array<string>,
|
||||
* Observed DEX codes found in diagnostics.
|
||||
*/
|
||||
observedDexCodes: Array<string>,
|
||||
/**
|
||||
* Total decoded useful non-trade events.
|
||||
*/
|
||||
decodedNonTradeUsefulEventCount: number,
|
||||
/**
|
||||
* Total decoded swap-like events that are intentionally non-actionable.
|
||||
*/
|
||||
decodedNonActionableTradeEventCount: number,
|
||||
/**
|
||||
* Total decoded events with unknown classification.
|
||||
*/
|
||||
decodedUnknownEventCount: number,
|
||||
/**
|
||||
* Number of entries currently exposed by the DEX support matrix.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user