Skip to content

Commit f65e125

Browse files
committed
[AUTOMATED] Update: proto/docs/relayer.gen.yaml
1 parent 4a56073 commit f65e125

File tree

1 file changed

+61
-18
lines changed

1 file changed

+61
-18
lines changed

docs/pages/api/relayer/rpc.gen.yaml

Lines changed: 61 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-relayer v0.4.1 cf7c9f8a13e1755fa205e875964f2a9cf82d3371
1+
# sequence-relayer v0.4.1 eb522f047579208c6e0df837a2aba8347b1858f8
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -930,6 +930,7 @@ components:
930930
- SUCCEEDED
931931
- PARTIALLY_FAILED
932932
- FAILED
933+
- PENDING_PRECONDITION
933934
TransferType:
934935
type: string
935936
description: Represented as uint32 on the server side
@@ -1277,6 +1278,8 @@ components:
12771278
- index
12781279
- logs
12791280
- receipts
1281+
- blockNumber
1282+
- txnHash
12801283
- txnReceipt
12811284
properties:
12821285
id:
@@ -1297,6 +1300,10 @@ components:
12971300
description: '[]MetaTxnReceipt'
12981301
items:
12991302
$ref: '#/components/schemas/MetaTxnReceipt'
1303+
blockNumber:
1304+
type: string
1305+
txnHash:
1306+
type: string
13001307
txnReceipt:
13011308
type: string
13021309
MetaTxnReceiptLog:
@@ -1315,32 +1322,68 @@ components:
13151322
type: string
13161323
data:
13171324
type: string
1318-
Transaction:
1325+
IntentPrecondition:
13191326
type: object
13201327
required:
1321-
- blockNumber
1328+
- type
13221329
- chainId
1323-
- timestamp
1330+
- data
13241331
properties:
1325-
txnHash:
1332+
type:
13261333
type: string
1327-
blockNumber:
1328-
type: number
13291334
chainId:
1330-
type: number
1331-
metaTxnID:
13321335
type: string
1333-
transfers:
1336+
data:
1337+
type: object
1338+
IntentSolution:
1339+
type: object
1340+
required:
1341+
- transactions
1342+
properties:
1343+
transactions:
13341344
type: array
1335-
description: '[]TxnLogTransfer'
1345+
description: '[]Transactions'
13361346
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:
13441387
type: string
13451388
TxnLogUser:
13461389
type: object

0 commit comments

Comments
 (0)