@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loafmarkets/shared-types",
3
- "version": "1.0.110",
3
+ "version": "1.0.118",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -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
- uint64 payment_amount = 38;
84
+ string settlement_tx_hash = 38;
85
+ uint64 payment_amount = 39;
85
86
  }
86
87
 
87
88
  message OrderData {