Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/neon-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The method [neon_gasPrice](#get-neon-gas-price) returns data on gas price.
- [neon_getLogs](#get-transaction-logs--): returns transaction log data
- [neon_getTransactionReceipt](#get-transaction-receipt--): returns transaction receipt data
- [neon_getSolanaTransactionByNeonTransaction](#get-solana-transactions--): returns a list of Solana transactions that correspond to a given Neon transaction
- [neon_emulate](#emulate-a-neon-transaction--): returns details of an emultated transaction
- [neon_emulate](#emulate-a-neon-transaction--): returns details of an emulated transaction

### 4. Parameters

Expand Down Expand Up @@ -292,7 +292,7 @@ The `neon_getSolanaTransactionByNeonTransaction` method returns a list of Solana

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

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

<Tabs>
<TabItem value="RSchema" label="Request" default>
Expand Down
2 changes: 1 addition & 1 deletion static/schemas/neon-api/v1/neon_getLogs/request.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"description": "POST request to get detailed information around trasaction execution.",
"description": "POST request to get detailed information around transaction execution.",
"required": [
"method",
"jsonrpc",
Expand Down