@@ -84,7 +84,7 @@ void checkAPI() {
84
84
* Here you can call a list of 'All' 'Blocks' on the network.
85
85
* The '2' and '1' refer to the pagination (e.g. response limit and how many pages)
86
86
*
87
- * This is equivalant to calling '167.114.29.49:4003/api/v2/blocks?limit=2&page=1'
87
+ * This is equivalent to calling '167.114.29.49:4003/api/v2/blocks?limit=2&page=1'
88
88
*
89
89
* The response should be a json-formatted object
90
90
* The "pretty print" version would look something like this
@@ -172,7 +172,7 @@ void checkAPI() {
172
172
* The following method can be used to search for a speficit Delegate.
173
173
* In this case, 'boldninja'.
174
174
*
175
- * This is equivalant to calling '167.114.29.49:4003/api/v2/delegates/boldninja'
175
+ * This is equivalent to calling '167.114.29.49:4003/api/v2/delegates/boldninja'
176
176
*
177
177
* The response should be a json-formatted object
178
178
* The "pretty print" version would look something like this:
@@ -219,7 +219,7 @@ void checkAPI() {
219
219
/* *
220
220
* The following method can be used to get the Status of a Node.
221
221
*
222
- * This is equivalant to calling '167.114.29.49:4003/api/v2/node/status'
222
+ * This is equivalent to calling '167.114.29.49:4003/api/v2/node/status'
223
223
*
224
224
* The response should be a json-formatted object
225
225
* The "pretty print" version would look something like this:
@@ -244,7 +244,7 @@ void checkAPI() {
244
244
*
245
245
* The '2' and '1' refer to the pagination (e.g. response limit and how many pages)
246
246
*
247
- * This is equivalant to calling 'http://167.114.29.49:4003/api/v2/peers?limit=2&page=1'
247
+ * This is equivalent to calling 'http://167.114.29.49:4003/api/v2/peers?limit=2&page=1'
248
248
*
249
249
* The response should be a json-formatted object
250
250
* The "pretty print" version would look something like this:
@@ -294,7 +294,7 @@ void checkAPI() {
294
294
/* *
295
295
* The following method can be used to get a list of 'Transaction' 'Types'.
296
296
*
297
- * This is equivalant to calling 'http://167.114.29.49:4003/api/v2/transactions/types'
297
+ * This is equivalent to calling 'http://167.114.29.49:4003/api/v2/transactions/types'
298
298
*
299
299
* The response should be a json-formatted object
300
300
* The "pretty print" version would look something like this:
@@ -324,7 +324,7 @@ void checkAPI() {
324
324
* This method can be used to get a list of 'Vote' Transactions.
325
325
* The '2' and '1' refer to the pagination (e.g. response limit and how many pages)
326
326
*
327
- * This is equivalant to calling 'http://167.114.29.49:4003/api/v2/votes?limit=2&page=1'
327
+ * This is equivalent to calling 'http://167.114.29.49:4003/api/v2/votes?limit=2&page=1'
328
328
*
329
329
* The response should be a json-formatted object
330
330
* The "pretty print" version would look something like this:
@@ -399,7 +399,7 @@ void checkAPI() {
399
399
* This method can be used to get a list of 'Top' 'Wallets' (Wallets with the most ARK).
400
400
* The '2' and '1' refer to the pagination (e.g. response limit and how many pages)
401
401
*
402
- * This is equivalant to calling '167.114.29.49:4003/api/v2/wallets/top?limit=2&page=1'
402
+ * This is equivalent to calling '167.114.29.49:4003/api/v2/wallets/top?limit=2&page=1'
403
403
*
404
404
* The response should be a json-formatted object
405
405
* The "pretty print" version would look something like this:
0 commit comments