Skip to content

Commit

Permalink
Revert "Update neon-api.mdx with <!-- The text 👷 is hidden -->"
Browse files Browse the repository at this point in the history
This reverts commit e531e8e.
  • Loading branch information
OlehSyzonov committed Jun 21, 2024
1 parent bf258b9 commit 4f2af86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/api/neon-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The method [neon_gasPrice](#get-neon-gas-price) returns data on gas price.

### 4. Parameters

[neon_getEvmParams](#get-parameters--): returns parameters of the Neon EVM program deployed on Solana.
[neon_getEvmParams](#get-parameters): returns parameters of the Neon EVM program deployed on Solana.

## Get versions

Expand Down Expand Up @@ -186,7 +186,7 @@ The [JSON](#get-neon-gas-price-response-as-json) for this response schema is ava

## Get transaction data

### Get transaction logs <!-- The text :construction_worker: is hidden -->
### Get transaction logs 👷 <!-- The text :construction_worker: is sobstituted with the refenced symbol 👷 -->

The `neon_getLogs` method returns transaction log data. This is an extended variant of the [eth_getLogs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getlogs) API method.

Expand Down Expand Up @@ -221,7 +221,7 @@ The `neon_getLogs` method returns transaction log data. This is an extended vari
</TabItem>
</Tabs>

### Get transaction receipt <!-- The text :construction_worker: is hidden -->
### Get transaction receipt 👷 <!-- The text :construction_worker: is sobstituted with the refenced symbol 👷 -->

The `neon_getTransactionReceipt` method returns transaction receipt data.

Expand Down Expand Up @@ -255,7 +255,7 @@ The `neon_getTransactionReceipt` method returns transaction receipt data.
</TabItem>
</Tabs>

### Get Solana transactions <!-- The text :construction_worker: is hidden -->
### Get Solana transactions :construction_worker:

The `neon_getSolanaTransactionByNeonTransaction` method returns a list of Solana transactions that correspond to a given Neon transaction.

Expand Down Expand Up @@ -290,7 +290,7 @@ The `neon_getSolanaTransactionByNeonTransaction` method returns a list of Solana
</Tabs>


## Emulate a Neon transaction <!-- The text :construction_worker: is hidden -->
## Emulate a Neon transaction 👷 <!-- The text :construction_worker: is sobstituted with the refenced symbol 👷 -->

The `neon_emulate` method returns details of an emultated transaction.

Expand Down Expand Up @@ -321,7 +321,8 @@ The [JSON](#get-neon-emulate-response-as-json) for this response schema is avail
</TabItem>
</Tabs>

## Get Parameters <!-- The text :construction_worker: is hidden -->
## Get Parameters 👷 <!-- The text :construction_worker: is sobstituted with the refenced symbol 👷 -->


The `neon_getEvmParams` method returns details of the EVM.

Expand Down

0 comments on commit 4f2af86

Please sign in to comment.