Skip to content

Commit 059b8fc

Browse files
authored
fix section format, description now below each titled link (#156)
* fix section format * fix links
1 parent 0ca9303 commit 059b8fc

File tree

1 file changed

+7
-4
lines changed
  • fern/api-reference/alchemy-transact/transaction-simulation

1 file changed

+7
-4
lines changed

fern/api-reference/alchemy-transact/transaction-simulation/simulation.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ url: https://docs.alchemy.com/reference/simulation
66
slug: reference/simulation
77
---
88

9-
With our Simulation APIs, you can know the exact impact of a transaction ***before*** it hits the blockchain.
9+
With our Simulation APIs, you can know the exact impact of a transaction ***before*** it hits the blockchain.
1010

1111
The Transaction Simulation APIs can help prevent unwanted hacks or theft, so you know exactly what a transaction will do by simulating it before you approve it in your wallet. This means identifying exactly what assets will be transferred, what logs will be emitted, what internal calls will be made, etc., before it even happens.
1212

13-
**[Asset Changes](/reference/alchemy-simulateassetchanges)** Simulates a transaction and returns a full list of asset changes.
13+
[**Asset Changes**](/reference/simulation-asset-changes)<br/>
14+
Simulates a transaction and returns a full list of asset changes.
1415

15-
**[Execution Simulation](/reference/alchemy-simulateexecution)** Simulates a transaction and returns decoded execution traces and decoded logs.
16+
[**Execution Simulation**](/reference/simulation-execution)<br/>
17+
Simulates a transaction and returns decoded execution traces and decoded logs.
1618

17-
**[Bundle Simulation](/reference/simulation-bundle)** Simulate multiple transactions sequentially.
19+
[**Bundle Simulation**](/reference/simulation-bundle)<br/>
20+
Simulate multiple transactions sequentially.
1821

1922
<Info>
2023
Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support!

0 commit comments

Comments
 (0)