File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # sequence-relayer v0.4.1 a12aeb4608c9bdb19dfcfd86f3c5fef780754775
1+ # sequence-relayer v0.4.1 6e65cf9461dfa7cb667a19259aa88d34b50b9735
22# --
33# Code generated by webrpc-gen@v0.31.2 with openapi@v0.16.4 generator; DO NOT EDIT
44#
@@ -973,6 +973,13 @@ components:
973973 status :
974974 type : number
975975 example : 400
976+ RepairOperation :
977+ type : string
978+ description : Represented as int on the server side
979+ enum :
980+ - SKIP
981+ - REQUEUE
982+ - DROP
976983 ETHTxnStatus :
977984 type : string
978985 description : Represented as uint on the server side
@@ -1080,6 +1087,7 @@ components:
10801087 - etherBalance
10811088 - enabled
10821089 - active
1090+ - nonce
10831091 properties :
10841092 index :
10851093 type : number
@@ -1091,6 +1099,56 @@ components:
10911099 type : boolean
10921100 active :
10931101 type : boolean
1102+ nonce :
1103+ $ref : ' #/components/schemas/NonceStatus'
1104+ current :
1105+ $ref : ' #/components/schemas/CurrentStatus'
1106+ NonceStatus :
1107+ type : object
1108+ required :
1109+ - chain
1110+ - mempool
1111+ properties :
1112+ chain :
1113+ type : number
1114+ mempool :
1115+ type : number
1116+ CurrentStatus :
1117+ type : object
1118+ required :
1119+ - transaction
1120+ - first
1121+ properties :
1122+ transaction :
1123+ type : string
1124+ first :
1125+ $ref : ' #/components/schemas/TransactionStatus'
1126+ latest :
1127+ $ref : ' #/components/schemas/TransactionStatus'
1128+ TransactionStatus :
1129+ type : object
1130+ required :
1131+ - transaction
1132+ - gas
1133+ - gasPrice
1134+ - priorityFee
1135+ - time
1136+ - age
1137+ properties :
1138+ transaction :
1139+ type : string
1140+ gas :
1141+ type : number
1142+ gasPrice :
1143+ type : string
1144+ priorityFee :
1145+ type : string
1146+ time :
1147+ type : string
1148+ age :
1149+ type : string
1150+ error :
1151+ type : string
10941152 RuntimeChecks :
10951153 type : object
10961154 SequenceContext :
You can’t perform that action at this time.
0 commit comments