Skip to content

Commit 23a4709

Browse files
authored
fix assembleTransaction link (#2337)
1 parent b057ae6 commit 23a4709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/guides/transactions/simulateTransaction-Deep-Dive.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The footprint ensures that a transaction is aware of all the ledger entries it w
167167
168168
## Assembling a Transaction
169169
170-
Once you have simulated the transaction and obtained the necessary data, you can assemble the transaction for actual submission. The `assembleTransaction` function in the SDK helps with this process, but you can also call `prepareTransaction` to have it both simulate and assemble the transaction for you in one step. Using the javascript SDK we can call [`assembleTransaction`](https://stellar.github.io/js-stellar-sdk/global.html#assembleTransaction) to easily assemble a transaction.
170+
Once you have simulated the transaction and obtained the necessary data, you can assemble the transaction for actual submission. The `assembleTransaction` function in the SDK helps with this process, but you can also call `prepareTransaction` to have it both simulate and assemble the transaction for you in one step. Using the JavaScript SDK, we can call [`assembleTransaction`](https://stellar.github.io/js-stellar-sdk/module-rpc.html#.assembleTransaction) to easily assemble a transaction.
171171
172172
## Handling Archived Ledger Entries
173173

0 commit comments

Comments
 (0)