diff --git a/doc/index.html b/doc/index.html index 830d4ab..66f9470 100755 --- a/doc/index.html +++ b/doc/index.html @@ -11234,7 +11234,7 @@

DebugAndSimulation

getCallTraceByBundle

-

Get Call Trace by Bundle Simulation

+

Get trace by bundle simulation

@@ -11381,7 +11381,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Bundle Simulation +// Get trace by bundle simulation [apiInstance getCallTraceByBundleWith:owner slug:slug chainId:chainId @@ -11465,7 +11465,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Bundle Simulation + // Get trace by bundle simulation google.api.HttpBody result = apiInstance.getCallTraceByBundle(owner, slug, chainId, bundleId, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -11557,7 +11557,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Bundle Simulation + # Get trace by bundle simulation api_response = api_instance.get_call_trace_by_bundle(owner, slug, chainId, bundleId, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -11835,7 +11835,7 @@

getCallTraceBySimulation

-

Get Call Trace by Simulation

+

Get trace by simulation

@@ -11982,7 +11982,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Simulation +// Get trace by simulation [apiInstance getCallTraceBySimulationWith:owner slug:slug chainId:chainId @@ -12066,7 +12066,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Simulation + // Get trace by simulation google.api.HttpBody result = apiInstance.getCallTraceBySimulation(owner, slug, chainId, simulationId, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -12158,7 +12158,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Simulation + # Get trace by simulation api_response = api_instance.get_call_trace_by_simulation(owner, slug, chainId, simulationId, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -12436,7 +12436,7 @@

getCallTraceByTransaction

-

Get Call Trace by Transaction

+

Get trace by transaction

@@ -12589,7 +12589,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Transaction +// Get trace by transaction [apiInstance getCallTraceByTransactionWith:owner slug:slug chainId:chainId @@ -12673,7 +12673,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Transaction + // Get trace by transaction google.api.HttpBody result = apiInstance.getCallTraceByTransaction(owner, slug, chainId, txHash, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -12765,7 +12765,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Transaction + # Get trace by transaction api_response = api_instance.get_call_trace_by_transaction(owner, slug, chainId, txHash, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -13043,7 +13043,7 @@

getSimulation

-

Get Simulation by ID

+

Get simulation by ID

@@ -13174,7 +13174,7 @@

Usage and SDK Samples

String *slug = slug_example; // (default to null) String *simulationId = simulationId_example; // (default to null) -// Get Simulation by ID +// Get simulation by ID [apiInstance getSimulationWith:owner slug:slug simulationId:simulationId @@ -13244,7 +13244,7 @@

Usage and SDK Samples

var simulationId = simulationId_example; // String | (default to null) try { - // Get Simulation by ID + // Get simulation by ID solidity_service.GetSimulationResponse result = apiInstance.getSimulation(owner, slug, simulationId); Debug.WriteLine(result); } catch (Exception e) { @@ -13324,7 +13324,7 @@

Usage and SDK Samples

simulationId = simulationId_example # String | (default to null) try: - # Get Simulation by ID + # Get simulation by ID api_response = api_instance.get_simulation(owner, slug, simulationId) pprint(api_response) except ApiException as e: @@ -13511,7 +13511,7 @@

getSimulationBundleInProject

-

Get Bundle Simulation by ID

+

Get bundle simulation by ID

@@ -13642,7 +13642,7 @@

Usage and SDK Samples

String *slug = slug_example; // (default to null) String *bundleId = bundleId_example; // (default to null) -// Get Bundle Simulation by ID +// Get bundle simulation by ID [apiInstance getSimulationBundleInProjectWith:owner slug:slug bundleId:bundleId @@ -13712,7 +13712,7 @@

Usage and SDK Samples

var bundleId = bundleId_example; // String | (default to null) try { - // Get Bundle Simulation by ID + // Get bundle simulation by ID solidity_service.GetSimulationBundleResponse result = apiInstance.getSimulationBundleInProject(owner, slug, bundleId); Debug.WriteLine(result); } catch (Exception e) { @@ -13792,7 +13792,7 @@

Usage and SDK Samples

bundleId = bundleId_example # String | (default to null) try: - # Get Bundle Simulation by ID + # Get bundle simulation by ID api_response = api_instance.get_simulation_bundle_in_project(owner, slug, bundleId) pprint(api_response) except ApiException as e: @@ -13979,7 +13979,7 @@

getSimulations

-

Get Existied Simulations

+

Get list of simulations

@@ -14118,7 +14118,7 @@

Usage and SDK Samples

Integer *page = 56; // (optional) (default to null) Integer *pageSize = 56; // (optional) (default to null) -// Get Existied Simulations +// Get list of simulations [apiInstance getSimulationsWith:owner slug:slug labelContains:labelContains @@ -14196,7 +14196,7 @@

Usage and SDK Samples

var pageSize = 56; // Integer | (optional) (default to null) try { - // Get Existied Simulations + // Get list of simulations solidity_service.GetSimulationsResponse result = apiInstance.getSimulations(owner, slug, labelContains, page, pageSize); Debug.WriteLine(result); } catch (Exception e) { @@ -14282,7 +14282,7 @@

Usage and SDK Samples

pageSize = 56 # Integer | (optional) (default to null) try: - # Get Existied Simulations + # Get list of simulations api_response = api_instance.get_simulations(owner, slug, labelContains=labelContains, page=page, pageSize=pageSize) pprint(api_response) except ApiException as e: @@ -15374,7 +15374,7 @@

simulateTransaction

-

Run Simulation

+

Run simulation

@@ -15512,7 +15512,7 @@

Usage and SDK Samples

String *chainId = chainId_example; // (default to null) SolidityServiceSolidityAPIServiceSimulateTransactionBody *body = ; // -// Run Simulation +// Run simulation [apiInstance simulateTransactionWith:owner slug:slug chainId:chainId @@ -15585,7 +15585,7 @@

Usage and SDK Samples

var body = new SolidityServiceSolidityAPIServiceSimulateTransactionBody(); // SolidityServiceSolidityAPIServiceSimulateTransactionBody | try { - // Run Simulation + // Run simulation solidity_service.SimulateTransactionResponse result = apiInstance.simulateTransaction(owner, slug, chainId, body); Debug.WriteLine(result); } catch (Exception e) { @@ -15668,7 +15668,7 @@

Usage and SDK Samples

body = # SolidityServiceSolidityAPIServiceSimulateTransactionBody | try: - # Run Simulation + # Run simulation api_response = api_instance.simulate_transaction(owner, slug, chainId, body) pprint(api_response) except ApiException as e: @@ -15904,7 +15904,7 @@

simulateTransactionBundle

-

Run Bundle simulation

+

Run bundle simulation

@@ -16041,7 +16041,7 @@

Usage and SDK Samples

String *chainId = chainId_example; // (default to null) SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody *body = ; // -// Run Bundle simulation +// Run bundle simulation [apiInstance simulateTransactionBundleWith:owner slug:slug chainId:chainId @@ -16114,7 +16114,7 @@

Usage and SDK Samples

var body = new SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody(); // SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody | try { - // Run Bundle simulation + // Run bundle simulation solidity_service.SimulateTransactionBundleResponse result = apiInstance.simulateTransactionBundle(owner, slug, chainId, body); Debug.WriteLine(result); } catch (Exception e) { @@ -16197,7 +16197,7 @@

Usage and SDK Samples

body = # SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody | try: - # Run Bundle simulation + # Run bundle simulation api_response = api_instance.simulate_transaction_bundle(owner, slug, chainId, body) pprint(api_response) except ApiException as e: @@ -16934,7 +16934,7 @@

deleteFork

-

Delete a fork by id

+

Delete fork by id

@@ -17065,7 +17065,7 @@

Usage and SDK Samples

String *slug = slug_example; // (default to null) String *id = id_example; // (default to null) -// Delete a fork by id +// Delete fork by id [apiInstance deleteForkWith:owner slug:slug id:id @@ -17135,7 +17135,7 @@

Usage and SDK Samples

var id = id_example; // String | (default to null) try { - // Delete a fork by id + // Delete fork by id Object result = apiInstance.deleteFork(owner, slug, id); Debug.WriteLine(result); } catch (Exception e) { @@ -17215,7 +17215,7 @@

Usage and SDK Samples

id = id_example # String | (default to null) try: - # Delete a fork by id + # Delete fork by id api_response = api_instance.delete_fork(owner, slug, id) pprint(api_response) except ApiException as e: @@ -17402,7 +17402,7 @@

getCallTraceOnForkBundle

-

Get Call Trace by Bundle Simulation

+

Get trace by bundle simulation

@@ -17549,7 +17549,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Bundle Simulation +// Get trace by bundle simulation [apiInstance getCallTraceOnForkBundleWith:owner slug:slug forkId:forkId @@ -17633,7 +17633,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Bundle Simulation + // Get trace by bundle simulation google.api.HttpBody result = apiInstance.getCallTraceOnForkBundle(owner, slug, forkId, bundleId, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -17725,7 +17725,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Bundle Simulation + # Get trace by bundle simulation api_response = api_instance.get_call_trace_on_fork_bundle(owner, slug, forkId, bundleId, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -18003,7 +18003,7 @@

getCallTraceOnForkSimulation

-

Get Call Trace by Simulation

+

Get trace by simulation

@@ -18150,7 +18150,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Simulation +// Get trace by simulation [apiInstance getCallTraceOnForkSimulationWith:owner slug:slug forkId:forkId @@ -18234,7 +18234,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Simulation + // Get trace by simulation google.api.HttpBody result = apiInstance.getCallTraceOnForkSimulation(owner, slug, forkId, simulationId, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -18326,7 +18326,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Simulation + # Get trace by simulation api_response = api_instance.get_call_trace_on_fork_simulation(owner, slug, forkId, simulationId, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -18604,7 +18604,7 @@

getCallTraceOnForkTransaction

-

Get Call Trace by Transaction

+

Get trace by transaction

@@ -18751,7 +18751,7 @@

Usage and SDK Samples

Boolean *disableOptimizer = true; // Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution. (optional) (default to null) Boolean *ignoreGasCost = true; // Only effective when disableOptimizer=true. (optional) (default to null) -// Get Call Trace by Transaction +// Get trace by transaction [apiInstance getCallTraceOnForkTransactionWith:owner slug:slug forkId:forkId @@ -18835,7 +18835,7 @@

Usage and SDK Samples

var ignoreGasCost = true; // Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try { - // Get Call Trace by Transaction + // Get trace by transaction google.api.HttpBody result = apiInstance.getCallTraceOnForkTransaction(owner, slug, forkId, txHash, withInternalCalls, disableOptimizer, ignoreGasCost); Debug.WriteLine(result); } catch (Exception e) { @@ -18927,7 +18927,7 @@

Usage and SDK Samples

ignoreGasCost = true # Boolean | Only effective when disableOptimizer=true. (optional) (default to null) try: - # Get Call Trace by Transaction + # Get trace by transaction api_response = api_instance.get_call_trace_on_fork_transaction(owner, slug, forkId, txHash, withInternalCalls=withInternalCalls, disableOptimizer=disableOptimizer, ignoreGasCost=ignoreGasCost) pprint(api_response) except ApiException as e: @@ -19205,7 +19205,7 @@

getFork

-

Get a fork by id

+

Get fork by id

@@ -19336,7 +19336,7 @@

Usage and SDK Samples

String *slug = slug_example; // (default to null) String *id = id_example; // (default to null) -// Get a fork by id +// Get fork by id [apiInstance getForkWith:owner slug:slug id:id @@ -19406,7 +19406,7 @@

Usage and SDK Samples

var id = id_example; // String | (default to null) try { - // Get a fork by id + // Get fork by id solidity_service.GetForkResponse result = apiInstance.getFork(owner, slug, id); Debug.WriteLine(result); } catch (Exception e) { @@ -19486,7 +19486,7 @@

Usage and SDK Samples

id = id_example # String | (default to null) try: - # Get a fork by id + # Get fork by id api_response = api_instance.get_fork(owner, slug, id) pprint(api_response) except ApiException as e: @@ -20141,7 +20141,7 @@

listForks

-

List all forks by project

+

List all forks

@@ -20268,7 +20268,7 @@

Usage and SDK Samples

String *owner = owner_example; // (default to null) String *slug = slug_example; // (default to null) -// List all forks by project +// List all forks [apiInstance listForksWith:owner slug:slug completionHandler: ^(solidity_service.ListForksResponse output, NSError* error) { @@ -20335,7 +20335,7 @@

Usage and SDK Samples

var slug = slug_example; // String | (default to null) try { - // List all forks by project + // List all forks solidity_service.ListForksResponse result = apiInstance.listForks(owner, slug); Debug.WriteLine(result); } catch (Exception e) { @@ -20412,7 +20412,7 @@

Usage and SDK Samples

slug = slug_example # String | (default to null) try: - # List all forks by project + # List all forks api_response = api_instance.list_forks(owner, slug) pprint(api_response) except ApiException as e: @@ -20578,7 +20578,7 @@

simulateTransactionBundleOnFork

-

Run Bundle Simulation

+

Run bundle simulation

@@ -20715,7 +20715,7 @@

Usage and SDK Samples

String *forkId = forkId_example; // (default to null) SolidityServiceSolidityAPIServiceSimulateTransactionBundleOnForkBody *body = ; // -// Run Bundle Simulation +// Run bundle simulation [apiInstance simulateTransactionBundleOnForkWith:owner slug:slug forkId:forkId @@ -20788,7 +20788,7 @@

Usage and SDK Samples

var body = new SolidityServiceSolidityAPIServiceSimulateTransactionBundleOnForkBody(); // SolidityServiceSolidityAPIServiceSimulateTransactionBundleOnForkBody | try { - // Run Bundle Simulation + // Run bundle simulation solidity_service.SimulateTransactionBundleResponse result = apiInstance.simulateTransactionBundleOnFork(owner, slug, forkId, body); Debug.WriteLine(result); } catch (Exception e) { @@ -20871,7 +20871,7 @@

Usage and SDK Samples

body = # SolidityServiceSolidityAPIServiceSimulateTransactionBundleOnForkBody | try: - # Run Bundle Simulation + # Run bundle simulation api_response = api_instance.simulate_transaction_bundle_on_fork(owner, slug, forkId, body) pprint(api_response) except ApiException as e: @@ -21636,7 +21636,7 @@

updateFork

-

Update a fork by id

+

Update fork by id

@@ -21773,7 +21773,7 @@

Usage and SDK Samples

String *id = id_example; // (default to null) SolidityServiceForkServiceUpdateForkBody *body = ; // -// Update a fork by id +// Update fork by id [apiInstance updateForkWith:owner slug:slug id:id @@ -21846,7 +21846,7 @@

Usage and SDK Samples

var body = new SolidityServiceForkServiceUpdateForkBody(); // SolidityServiceForkServiceUpdateForkBody | try { - // Update a fork by id + // Update fork by id solidity_service.UpdateForkResponse result = apiInstance.updateFork(owner, slug, id, body); Debug.WriteLine(result); } catch (Exception e) { @@ -21929,7 +21929,7 @@

Usage and SDK Samples

body = # SolidityServiceForkServiceUpdateForkBody | try: - # Update a fork by id + # Update fork by id api_response = api_instance.update_fork(owner, slug, id, body) pprint(api_response) except ApiException as e: diff --git a/openapi.json b/openapi.json index 1d773e2..5287c59 100644 --- a/openapi.json +++ b/openapi.json @@ -1096,7 +1096,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork": { "get": { - "summary": "List all forks by project", + "summary": "List all forks", "operationId": "ListForks", "responses": { "200": { @@ -1164,7 +1164,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace": { "get": { - "summary": "Get Call Trace by Bundle Simulation", + "summary": "Get trace by bundle simulation", "operationId": "GetCallTraceOnForkBundle", "responses": { "200": { @@ -1273,7 +1273,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace": { "get": { - "summary": "Get Call Trace by Simulation", + "summary": "Get trace by simulation", "operationId": "GetCallTraceOnForkSimulation", "responses": { "200": { @@ -1337,7 +1337,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle": { "post": { - "summary": "Run Bundle Simulation", + "summary": "Run bundle simulation", "operationId": "SimulateTransactionBundleOnFork", "responses": { "200": { @@ -1382,7 +1382,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace": { "get": { - "summary": "Get Call Trace by Transaction", + "summary": "Get trace by transaction", "operationId": "GetCallTraceOnForkTransaction", "responses": { "200": { @@ -1446,7 +1446,7 @@ }, "/api/v1/solidity/{owner}/{slug}/fork/{id}": { "get": { - "summary": "Get a fork by id", + "summary": "Get fork by id", "operationId": "GetFork", "responses": { "200": { @@ -1481,7 +1481,7 @@ ] }, "delete": { - "summary": "Delete a fork by id", + "summary": "Delete fork by id", "operationId": "DeleteFork", "responses": { "200": { @@ -1517,7 +1517,7 @@ ] }, "put": { - "summary": "Update a fork by id", + "summary": "Update fork by id", "operationId": "UpdateFork", "responses": { "200": { @@ -1733,7 +1733,7 @@ }, "/api/v1/solidity/{owner}/{slug}/simulation": { "get": { - "summary": "Get Existied Simulations", + "summary": "Get list of simulations", "operationId": "GetSimulations", "responses": { "200": { @@ -1784,7 +1784,7 @@ }, "/api/v1/solidity/{owner}/{slug}/simulation/{simulationId}": { "get": { - "summary": "Get Simulation by ID", + "summary": "Get simulation by ID", "operationId": "GetSimulation", "responses": { "200": { @@ -1821,7 +1821,7 @@ }, "/api/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}": { "get": { - "summary": "Get Bundle Simulation by ID", + "summary": "Get bundle simulation by ID", "operationId": "GetSimulationBundleInProject", "responses": { "200": { @@ -1858,7 +1858,7 @@ }, "/api/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace": { "get": { - "summary": "Get Call Trace by Bundle Simulation", + "summary": "Get trace by bundle simulation", "operationId": "GetCallTraceByBundle", "responses": { "200": { @@ -1922,7 +1922,7 @@ }, "/api/v1/solidity/{owner}/{slug}/{chainId}/simulation": { "post": { - "summary": "Run Simulation", + "summary": "Run simulation", "description": "Create a new transaction simulation. The simulation body should be included in the request body.\nYour simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details.", "operationId": "SimulateTransaction", "responses": { @@ -1968,7 +1968,7 @@ }, "/api/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace": { "get": { - "summary": "Get Call Trace by Simulation", + "summary": "Get trace by simulation", "operationId": "GetCallTraceBySimulation", "responses": { "200": { @@ -2032,7 +2032,7 @@ }, "/api/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle": { "post": { - "summary": "Run Bundle simulation", + "summary": "Run bundle simulation", "description": "You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect.", "operationId": "SimulateTransactionBundle", "responses": { @@ -2078,7 +2078,7 @@ }, "/api/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace": { "get": { - "summary": "Get Call Trace by Transaction", + "summary": "Get trace by transaction", "description": "API to get Sentio call trace. It takes `txId.txHash` and `chainSpec.chainId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID.\n\nThe results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace.\n\nThis allows you to build chart that marks the order of fund flow.\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png)", "operationId": "GetCallTraceByTransaction", "responses": { diff --git a/src/apis/DebugAndSimulationApi.ts b/src/apis/DebugAndSimulationApi.ts index 2e664c4..4c886cc 100755 --- a/src/apis/DebugAndSimulationApi.ts +++ b/src/apis/DebugAndSimulationApi.ts @@ -135,7 +135,7 @@ export interface SimulateTransactionBundleRequest { export class DebugAndSimulationApi extends runtime.BaseAPI { /** - * Get Call Trace by Bundle Simulation + * Get trace by bundle simulation */ async getCallTraceByBundleRaw(requestParameters: GetCallTraceByBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -197,7 +197,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Call Trace by Bundle Simulation + * Get trace by bundle simulation */ async getCallTraceByBundle(requestParameters: GetCallTraceByBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceByBundleRaw(requestParameters, initOverrides); @@ -205,7 +205,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Call Trace by Simulation + * Get trace by simulation */ async getCallTraceBySimulationRaw(requestParameters: GetCallTraceBySimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -267,7 +267,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Call Trace by Simulation + * Get trace by simulation */ async getCallTraceBySimulation(requestParameters: GetCallTraceBySimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceBySimulationRaw(requestParameters, initOverrides); @@ -276,7 +276,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * API to get Sentio call trace. It takes `txId.txHash` and `chainSpec.chainId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png) - * Get Call Trace by Transaction + * Get trace by transaction */ async getCallTraceByTransactionRaw(requestParameters: GetCallTraceByTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -339,7 +339,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * API to get Sentio call trace. It takes `txId.txHash` and `chainSpec.chainId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. ![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png) - * Get Call Trace by Transaction + * Get trace by transaction */ async getCallTraceByTransaction(requestParameters: GetCallTraceByTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceByTransactionRaw(requestParameters, initOverrides); @@ -347,7 +347,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Simulation by ID + * Get simulation by ID */ async getSimulationRaw(requestParameters: GetSimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -390,7 +390,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Simulation by ID + * Get simulation by ID */ async getSimulation(requestParameters: GetSimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getSimulationRaw(requestParameters, initOverrides); @@ -398,7 +398,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Bundle Simulation by ID + * Get bundle simulation by ID */ async getSimulationBundleInProjectRaw(requestParameters: GetSimulationBundleInProjectRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -441,7 +441,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Bundle Simulation by ID + * Get bundle simulation by ID */ async getSimulationBundleInProject(requestParameters: GetSimulationBundleInProjectRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getSimulationBundleInProjectRaw(requestParameters, initOverrides); @@ -449,7 +449,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Existied Simulations + * Get list of simulations */ async getSimulationsRaw(requestParameters: GetSimulationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -497,7 +497,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { } /** - * Get Existied Simulations + * Get list of simulations */ async getSimulations(requestParameters: GetSimulationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getSimulationsRaw(requestParameters, initOverrides); @@ -606,7 +606,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * Create a new transaction simulation. The simulation body should be included in the request body. Your simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details. - * Run Simulation + * Run simulation */ async simulateTransactionRaw(requestParameters: SimulateTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -660,7 +660,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * Create a new transaction simulation. The simulation body should be included in the request body. Your simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details. - * Run Simulation + * Run simulation */ async simulateTransaction(requestParameters: SimulateTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.simulateTransactionRaw(requestParameters, initOverrides); @@ -669,7 +669,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect. - * Run Bundle simulation + * Run bundle simulation */ async simulateTransactionBundleRaw(requestParameters: SimulateTransactionBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -723,7 +723,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI { /** * You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect. - * Run Bundle simulation + * Run bundle simulation */ async simulateTransactionBundle(requestParameters: SimulateTransactionBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.simulateTransactionBundleRaw(requestParameters, initOverrides); diff --git a/src/apis/ForksApi.ts b/src/apis/ForksApi.ts index 5d45fa3..4c02069 100755 --- a/src/apis/ForksApi.ts +++ b/src/apis/ForksApi.ts @@ -195,7 +195,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Delete a fork by id + * Delete fork by id */ async deleteForkRaw(requestParameters: DeleteForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -238,7 +238,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Delete a fork by id + * Delete fork by id */ async deleteFork(requestParameters: DeleteForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.deleteForkRaw(requestParameters, initOverrides); @@ -246,7 +246,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Bundle Simulation + * Get trace by bundle simulation */ async getCallTraceOnForkBundleRaw(requestParameters: GetCallTraceOnForkBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -308,7 +308,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Bundle Simulation + * Get trace by bundle simulation */ async getCallTraceOnForkBundle(requestParameters: GetCallTraceOnForkBundleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceOnForkBundleRaw(requestParameters, initOverrides); @@ -316,7 +316,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Simulation + * Get trace by simulation */ async getCallTraceOnForkSimulationRaw(requestParameters: GetCallTraceOnForkSimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -378,7 +378,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Simulation + * Get trace by simulation */ async getCallTraceOnForkSimulation(requestParameters: GetCallTraceOnForkSimulationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceOnForkSimulationRaw(requestParameters, initOverrides); @@ -386,7 +386,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Transaction + * Get trace by transaction */ async getCallTraceOnForkTransactionRaw(requestParameters: GetCallTraceOnForkTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -448,7 +448,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get Call Trace by Transaction + * Get trace by transaction */ async getCallTraceOnForkTransaction(requestParameters: GetCallTraceOnForkTransactionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getCallTraceOnForkTransactionRaw(requestParameters, initOverrides); @@ -456,7 +456,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get a fork by id + * Get fork by id */ async getForkRaw(requestParameters: GetForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -499,7 +499,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Get a fork by id + * Get fork by id */ async getFork(requestParameters: GetForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.getForkRaw(requestParameters, initOverrides); @@ -558,7 +558,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * List all forks by project + * List all forks */ async listForksRaw(requestParameters: ListForksRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -594,7 +594,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * List all forks by project + * List all forks */ async listForks(requestParameters: ListForksRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.listForksRaw(requestParameters, initOverrides); @@ -602,7 +602,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Run Bundle Simulation + * Run bundle simulation */ async simulateTransactionBundleOnForkRaw(requestParameters: SimulateTransactionBundleOnForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -655,7 +655,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Run Bundle Simulation + * Run bundle simulation */ async simulateTransactionBundleOnFork(requestParameters: SimulateTransactionBundleOnForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.simulateTransactionBundleOnForkRaw(requestParameters, initOverrides); @@ -724,7 +724,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Update a fork by id + * Update fork by id */ async updateForkRaw(requestParameters: UpdateForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { if (requestParameters['owner'] == null) { @@ -777,7 +777,7 @@ export class ForksApi extends runtime.BaseAPI { } /** - * Update a fork by id + * Update fork by id */ async updateFork(requestParameters: UpdateForkRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { const response = await this.updateForkRaw(requestParameters, initOverrides);