@loafmarkets/shared-types 1.0.110 → 1.0.118
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.
- package/package.json +1 -1
- package/proto/trading.proto +2 -1
package/package.json
CHANGED
package/proto/trading.proto
CHANGED
|
@@ -81,7 +81,8 @@ message TradeExecution {
|
|
|
81
81
|
uint32 settlement_error_code = 35;
|
|
82
82
|
uint64 settlement_block_number = 36;
|
|
83
83
|
string settlement_settled_at = 37;
|
|
84
|
-
|
|
84
|
+
string settlement_tx_hash = 38;
|
|
85
|
+
uint64 payment_amount = 39;
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
message OrderData {
|