|
4385 | 4385 | "format" : "double"
|
4386 | 4386 | }
|
4387 | 4387 | }
|
| 4388 | +}; |
| 4389 | + defs["solidity_service.EvmRawTransaction"] = { |
| 4390 | + "type" : "object", |
| 4391 | + "properties" : { |
| 4392 | + "hash" : { |
| 4393 | + "type" : "string" |
| 4394 | + }, |
| 4395 | + "blockNumber" : { |
| 4396 | + "type" : "string", |
| 4397 | + "format" : "int64" |
| 4398 | + }, |
| 4399 | + "isIn" : { |
| 4400 | + "type" : "boolean" |
| 4401 | + }, |
| 4402 | + "trace" : { |
| 4403 | + "type" : "boolean" |
| 4404 | + }, |
| 4405 | + "tx" : { |
| 4406 | + "$ref" : "#/components/schemas/evm.Transaction" |
| 4407 | + }, |
| 4408 | + "json" : { |
| 4409 | + "type" : "string" |
| 4410 | + }, |
| 4411 | + "timestamp" : { |
| 4412 | + "type" : "string", |
| 4413 | + "format" : "int64" |
| 4414 | + }, |
| 4415 | + "transactionStatus" : { |
| 4416 | + "type" : "integer", |
| 4417 | + "format" : "int32" |
| 4418 | + }, |
| 4419 | + "methodSignature" : { |
| 4420 | + "type" : "string" |
| 4421 | + }, |
| 4422 | + "methodSignatureText" : { |
| 4423 | + "type" : "string" |
| 4424 | + }, |
| 4425 | + "abiItem" : { |
| 4426 | + "type" : "string" |
| 4427 | + } |
| 4428 | + } |
| 4429 | +}; |
| 4430 | + defs["solidity_service.EvmSearchTransactionsResponse"] = { |
| 4431 | + "type" : "object", |
| 4432 | + "properties" : { |
| 4433 | + "transactions" : { |
| 4434 | + "type" : "array", |
| 4435 | + "items" : { |
| 4436 | + "$ref" : "#/components/schemas/solidity_service.EvmRawTransaction" |
| 4437 | + } |
| 4438 | + }, |
| 4439 | + "nextPageToken" : { |
| 4440 | + "pattern" : "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$", |
| 4441 | + "type" : "string", |
| 4442 | + "format" : "byte" |
| 4443 | + } |
| 4444 | + } |
4388 | 4445 | };
|
4389 | 4446 | defs["solidity_service.ExternalFork"] = {
|
4390 | 4447 | "type" : "object",
|
|
5194 | 5251 | "$ref" : "#/components/schemas/solidity_service.Fork"
|
5195 | 5252 | }
|
5196 | 5253 | }
|
5197 |
| -}; |
5198 |
| - defs["txindex.EvmRawTransaction"] = { |
5199 |
| - "type" : "object", |
5200 |
| - "properties" : { |
5201 |
| - "hash" : { |
5202 |
| - "type" : "string" |
5203 |
| - }, |
5204 |
| - "blockNumber" : { |
5205 |
| - "type" : "string", |
5206 |
| - "format" : "int64" |
5207 |
| - }, |
5208 |
| - "isIn" : { |
5209 |
| - "type" : "boolean" |
5210 |
| - }, |
5211 |
| - "trace" : { |
5212 |
| - "type" : "boolean" |
5213 |
| - }, |
5214 |
| - "tx" : { |
5215 |
| - "$ref" : "#/components/schemas/evm.Transaction" |
5216 |
| - }, |
5217 |
| - "json" : { |
5218 |
| - "type" : "string" |
5219 |
| - }, |
5220 |
| - "timestamp" : { |
5221 |
| - "type" : "string", |
5222 |
| - "format" : "int64" |
5223 |
| - }, |
5224 |
| - "transactionStatus" : { |
5225 |
| - "type" : "integer", |
5226 |
| - "format" : "int32" |
5227 |
| - }, |
5228 |
| - "methodSignature" : { |
5229 |
| - "type" : "string" |
5230 |
| - }, |
5231 |
| - "methodSignatureText" : { |
5232 |
| - "type" : "string" |
5233 |
| - }, |
5234 |
| - "abiItem" : { |
5235 |
| - "type" : "string" |
5236 |
| - } |
5237 |
| - } |
5238 |
| -}; |
5239 |
| - defs["txindex.EvmSearchTransactionsResponse"] = { |
5240 |
| - "type" : "object", |
5241 |
| - "properties" : { |
5242 |
| - "transactions" : { |
5243 |
| - "type" : "array", |
5244 |
| - "items" : { |
5245 |
| - "$ref" : "#/components/schemas/txindex.EvmRawTransaction" |
5246 |
| - } |
5247 |
| - }, |
5248 |
| - "nextPageToken" : { |
5249 |
| - "pattern" : "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$", |
5250 |
| - "type" : "string", |
5251 |
| - "format" : "byte" |
5252 |
| - } |
5253 |
| - } |
5254 | 5254 | };
|
5255 | 5255 | defs["web_service.Chart"] = {
|
5256 | 5256 | "type" : "object",
|
@@ -20896,7 +20896,7 @@ <h3>Usage and SDK Samples</h3>
|
20896 | 20896 | byte[] pageToken = BYTE_ARRAY_DATA_HERE; // byte[] |
|
20897 | 20897 |
|
20898 | 20898 | try {
|
20899 |
| - txindex.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
| 20899 | + solidity_service.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
20900 | 20900 | System.out.println(result);
|
20901 | 20901 | } catch (ApiException e) {
|
20902 | 20902 | System.err.println("Exception when calling DebugAndSimulationApi#searchTransactions");
|
@@ -20963,7 +20963,7 @@ <h3>Usage and SDK Samples</h3>
|
20963 | 20963 | byte[] pageToken = BYTE_ARRAY_DATA_HERE; // byte[] |
|
20964 | 20964 |
|
20965 | 20965 | try {
|
20966 |
| - txindex.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
| 20966 | + solidity_service.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
20967 | 20967 | System.out.println(result);
|
20968 | 20968 | } catch (ApiException e) {
|
20969 | 20969 | System.err.println("Exception when calling DebugAndSimulationApi#searchTransactions");
|
@@ -21026,7 +21026,7 @@ <h3>Usage and SDK Samples</h3>
|
21026 | 21026 | methodSignature:methodSignature
|
21027 | 21027 | limit:limit
|
21028 | 21028 | pageToken:pageToken
|
21029 |
| - completionHandler: ^(txindex.EvmSearchTransactionsResponse output, NSError* error) { |
| 21029 | + completionHandler: ^(solidity_service.EvmSearchTransactionsResponse output, NSError* error) { |
21030 | 21030 | if (output) {
|
21031 | 21031 | NSLog(@"%@", output);
|
21032 | 21032 | }
|
@@ -21131,7 +21131,7 @@ <h3>Usage and SDK Samples</h3>
|
21131 | 21131 |
|
21132 | 21132 | try {
|
21133 | 21133 | // Search transactions
|
21134 |
| - txindex.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
| 21134 | + solidity_service.EvmSearchTransactionsResponse result = apiInstance.searchTransactions(owner, slug, chainId, address, includeDirect, includeTrace, includeIn, includeOut, startBlock, endBlock, startTimestamp, endTimestamp, transactionStatus, methodSignature, limit, pageToken); |
21135 | 21135 | Debug.WriteLine(result);
|
21136 | 21136 | } catch (Exception e) {
|
21137 | 21137 | Debug.Print("Exception when calling DebugAndSimulationApi.searchTransactions: " + e.Message );
|
@@ -21662,7 +21662,7 @@ <h3 id="examples-DebugAndSimulation-searchTransactions-title-200"></h3>
|
21662 | 21662 | "content" : {
|
21663 | 21663 | "application/json" : {
|
21664 | 21664 | "schema" : {
|
21665 |
| - "$ref" : "#/components/schemas/txindex.EvmSearchTransactionsResponse" |
| 21665 | + "$ref" : "#/components/schemas/solidity_service.EvmSearchTransactionsResponse" |
21666 | 21666 | }
|
21667 | 21667 | }
|
21668 | 21668 | }
|
|
0 commit comments