File tree Expand file tree Collapse file tree 1 file changed +61
-18
lines changed Expand file tree Collapse file tree 1 file changed +61
-18
lines changed Original file line number Diff line number Diff line change 1
- # sequence-relayer v0.4.1 cf7c9f8a13e1755fa205e875964f2a9cf82d3371
1
+ # sequence-relayer v0.4.1 eb522f047579208c6e0df837a2aba8347b1858f8
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -930,6 +930,7 @@ components:
930
930
- SUCCEEDED
931
931
- PARTIALLY_FAILED
932
932
- FAILED
933
+ - PENDING_PRECONDITION
933
934
TransferType :
934
935
type : string
935
936
description : Represented as uint32 on the server side
@@ -1277,6 +1278,8 @@ components:
1277
1278
- index
1278
1279
- logs
1279
1280
- receipts
1281
+ - blockNumber
1282
+ - txnHash
1280
1283
- txnReceipt
1281
1284
properties :
1282
1285
id :
@@ -1297,6 +1300,10 @@ components:
1297
1300
description : ' []MetaTxnReceipt'
1298
1301
items :
1299
1302
$ref : ' #/components/schemas/MetaTxnReceipt'
1303
+ blockNumber :
1304
+ type : string
1305
+ txnHash :
1306
+ type : string
1300
1307
txnReceipt :
1301
1308
type : string
1302
1309
MetaTxnReceiptLog :
@@ -1315,32 +1322,68 @@ components:
1315
1322
type : string
1316
1323
data :
1317
1324
type : string
1318
- Transaction :
1325
+ IntentPrecondition :
1319
1326
type : object
1320
1327
required :
1321
- - blockNumber
1328
+ - type
1322
1329
- chainId
1323
- - timestamp
1330
+ - data
1324
1331
properties :
1325
- txnHash :
1332
+ type :
1326
1333
type : string
1327
- blockNumber :
1328
- type : number
1329
1334
chainId :
1330
- type : number
1331
- metaTxnID :
1332
1335
type : string
1333
- transfers :
1336
+ data :
1337
+ type : object
1338
+ IntentSolution :
1339
+ type : object
1340
+ required :
1341
+ - transactions
1342
+ properties :
1343
+ transactions :
1334
1344
type : array
1335
- description : ' []TxnLogTransfer '
1345
+ description : ' []Transactions '
1336
1346
items :
1337
- $ref : ' #/components/schemas/TxnLogTransfer'
1338
- users :
1339
- type : object
1340
- description : ' map<string,TxnLogUser>'
1341
- additionalProperties :
1342
- $ref : ' #/components/schemas/TxnLogUser'
1343
- timestamp :
1347
+ $ref : ' #/components/schemas/Transactions'
1348
+ Transactions :
1349
+ type : object
1350
+ required :
1351
+ - chainID
1352
+ - transactions
1353
+ properties :
1354
+ chainID :
1355
+ type : string
1356
+ transactions :
1357
+ type : array
1358
+ description : ' []Transaction'
1359
+ items :
1360
+ $ref : ' #/components/schemas/Transaction'
1361
+ preconditions :
1362
+ type : array
1363
+ description : ' []IntentPrecondition'
1364
+ items :
1365
+ $ref : ' #/components/schemas/IntentPrecondition'
1366
+ Transaction :
1367
+ type : object
1368
+ required :
1369
+ - delegateCall
1370
+ - revertOnError
1371
+ - gasLimit
1372
+ - target
1373
+ - value
1374
+ - data
1375
+ properties :
1376
+ delegateCall :
1377
+ type : boolean
1378
+ revertOnError :
1379
+ type : boolean
1380
+ gasLimit :
1381
+ type : string
1382
+ target :
1383
+ type : string
1384
+ value :
1385
+ type : string
1386
+ data :
1344
1387
type : string
1345
1388
TxnLogUser :
1346
1389
type : object
You can’t perform that action at this time.
0 commit comments