@dhedge/backend-flatcoin-core 0.1.43 → 0.1.44
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.
|
@@ -244,23 +244,17 @@ exports.LimitOrder = [
|
|
|
244
244
|
{
|
|
245
245
|
indexed: false,
|
|
246
246
|
internalType: 'address',
|
|
247
|
-
name: 'account',
|
|
247
|
+
name: 'account"',
|
|
248
248
|
type: 'address',
|
|
249
249
|
},
|
|
250
|
-
{
|
|
251
|
-
indexed: false,
|
|
252
|
-
internalType: 'enum FlatcoinStructs.OrderType',
|
|
253
|
-
name: 'orderType',
|
|
254
|
-
type: 'uint8',
|
|
255
|
-
},
|
|
256
250
|
{
|
|
257
251
|
indexed: false,
|
|
258
252
|
internalType: 'uint256',
|
|
259
|
-
name: '
|
|
253
|
+
name: 'tokenId',
|
|
260
254
|
type: 'uint256',
|
|
261
255
|
},
|
|
262
256
|
],
|
|
263
|
-
name: '
|
|
257
|
+
name: 'LimitOrderCancelled',
|
|
264
258
|
type: 'event',
|
|
265
259
|
},
|
|
266
260
|
];
|