@@ -39,13 +39,13 @@ paths:
39
39
content :
40
40
' */* ' :
41
41
schema :
42
- $ref : ' #/components/schemas/api.responseApiError'
42
+ $ref : " #/components/schemas/api.responseApiError"
43
43
description : Bad Request
44
44
" 500 " :
45
45
content :
46
46
' */* ' :
47
47
schema :
48
- $ref : ' #/components/schemas/api.responseApiError'
48
+ $ref : " #/components/schemas/api.responseApiError"
49
49
description : Internal Server Error
50
50
summary : Start a chain-sync using a websocket for events
51
51
tags :
@@ -57,13 +57,13 @@ paths:
57
57
content :
58
58
application/json :
59
59
schema :
60
- $ref : ' #/components/schemas/api.responseLocalStateQueryCurrentEra'
60
+ $ref : " #/components/schemas/api.responseLocalStateQueryCurrentEra"
61
61
description : OK
62
62
" 500 " :
63
63
content :
64
64
application/json :
65
65
schema :
66
- $ref : ' #/components/schemas/api.responseApiError'
66
+ $ref : " #/components/schemas/api.responseApiError"
67
67
description : Internal Server Error
68
68
summary : Query Current Era
69
69
tags :
@@ -75,13 +75,13 @@ paths:
75
75
content :
76
76
application/json :
77
77
schema :
78
- $ref : ' #/components/schemas/api.responseLocalStateQueryEraHistory'
78
+ $ref : " #/components/schemas/api.responseLocalStateQueryEraHistory"
79
79
description : OK
80
80
" 500 " :
81
81
content :
82
82
application/json :
83
83
schema :
84
- $ref : ' #/components/schemas/api.responseApiError'
84
+ $ref : " #/components/schemas/api.responseApiError"
85
85
description : Internal Server Error
86
86
summary : Query Era History
87
87
tags :
@@ -93,13 +93,13 @@ paths:
93
93
content :
94
94
application/json :
95
95
schema :
96
- $ref : ' #/components/schemas/api.responseLocalStateQueryGenesisConfig'
96
+ $ref : " #/components/schemas/api.responseLocalStateQueryGenesisConfig"
97
97
description : OK
98
98
" 500 " :
99
99
content :
100
100
application/json :
101
101
schema :
102
- $ref : ' #/components/schemas/api.responseApiError'
102
+ $ref : " #/components/schemas/api.responseApiError"
103
103
description : Internal Server Error
104
104
summary : Query Genesis Config
105
105
tags :
@@ -111,13 +111,13 @@ paths:
111
111
content :
112
112
application/json :
113
113
schema :
114
- $ref : ' #/components/schemas/api.responseLocalStateQueryProtocolParams'
114
+ $ref : " #/components/schemas/api.responseLocalStateQueryProtocolParams"
115
115
description : OK
116
116
" 500 " :
117
117
content :
118
118
application/json :
119
119
schema :
120
- $ref : ' #/components/schemas/api.responseApiError'
120
+ $ref : " #/components/schemas/api.responseApiError"
121
121
description : Internal Server Error
122
122
summary : Query Current Protocol Parameters
123
123
tags :
@@ -129,13 +129,13 @@ paths:
129
129
content :
130
130
application/json :
131
131
schema :
132
- $ref : ' #/components/schemas/api.responseLocalStateQuerySystemStart'
132
+ $ref : " #/components/schemas/api.responseLocalStateQuerySystemStart"
133
133
description : OK
134
134
" 500 " :
135
135
content :
136
136
application/json :
137
137
schema :
138
- $ref : ' #/components/schemas/api.responseApiError'
138
+ $ref : " #/components/schemas/api.responseApiError"
139
139
description : Internal Server Error
140
140
summary : Query System Start
141
141
tags :
@@ -147,13 +147,13 @@ paths:
147
147
content :
148
148
application/json :
149
149
schema :
150
- $ref : ' #/components/schemas/api.responseLocalStateQueryTip'
150
+ $ref : " #/components/schemas/api.responseLocalStateQueryTip"
151
151
description : OK
152
152
" 500 " :
153
153
content :
154
154
application/json :
155
155
schema :
156
- $ref : ' #/components/schemas/api.responseApiError'
156
+ $ref : " #/components/schemas/api.responseApiError"
157
157
description : Internal Server Error
158
158
summary : Query Chain Tip
159
159
tags :
@@ -172,13 +172,13 @@ paths:
172
172
content :
173
173
application/json :
174
174
schema :
175
- $ref : ' #/components/schemas/api.responseLocalTxMonitorHasTx'
175
+ $ref : " #/components/schemas/api.responseLocalTxMonitorHasTx"
176
176
description : OK
177
177
" 500 " :
178
178
content :
179
179
application/json :
180
180
schema :
181
- $ref : ' #/components/schemas/api.responseApiError'
181
+ $ref : " #/components/schemas/api.responseApiError"
182
182
description : Internal Server Error
183
183
summary : Check if a particular TX exists in the mempool
184
184
tags :
@@ -190,13 +190,13 @@ paths:
190
190
content :
191
191
application/json :
192
192
schema :
193
- $ref : ' #/components/schemas/api.responseLocalTxMonitorSizes'
193
+ $ref : " #/components/schemas/api.responseLocalTxMonitorSizes"
194
194
description : OK
195
195
" 500 " :
196
196
content :
197
197
application/json :
198
198
schema :
199
- $ref : ' #/components/schemas/api.responseApiError'
199
+ $ref : " #/components/schemas/api.responseApiError"
200
200
description : Internal Server Error
201
201
summary : " Get mempool capacity, size, and TX count"
202
202
tags :
@@ -209,14 +209,14 @@ paths:
209
209
application/json :
210
210
schema :
211
211
items :
212
- $ref : ' #/components/schemas/api.responseLocalTxMonitorTxs'
212
+ $ref : " #/components/schemas/api.responseLocalTxMonitorTxs"
213
213
type : array
214
214
description : OK
215
215
" 500 " :
216
216
content :
217
217
application/json :
218
218
schema :
219
- $ref : ' #/components/schemas/api.responseApiError'
219
+ $ref : " #/components/schemas/api.responseApiError"
220
220
description : Internal Server Error
221
221
summary : List all transactions in the mempool
222
222
tags :
0 commit comments