@injectivelabs/indexer-proto-ts-v2 1.18.25 → 1.18.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -369,7 +369,7 @@ export interface RFQExpiryType {
|
|
|
369
369
|
*/
|
|
370
370
|
export interface ListSettlementRequest {
|
|
371
371
|
/**
|
|
372
|
-
* Filter by taker addresses
|
|
372
|
+
* Filter by taker or executed maker addresses
|
|
373
373
|
*
|
|
374
374
|
* @generated from protobuf field: repeated string addresses = 1
|
|
375
375
|
*/
|
|
@@ -557,7 +557,7 @@ export interface RFQSettlementMarketActionType {
|
|
|
557
557
|
*/
|
|
558
558
|
export interface StreamSettlementRequest {
|
|
559
559
|
/**
|
|
560
|
-
* Filter by addresses
|
|
560
|
+
* Filter by taker or executed maker addresses
|
|
561
561
|
*
|
|
562
562
|
* @generated from protobuf field: repeated string addresses = 1
|
|
563
563
|
*/
|