You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,8 +200,8 @@ Building and sending transactions on-chain involves the following 5 steps:
200
200
201
201
Transactions have a couple of additional features which let them adapt to your needs which you can learn about here:
202
202
203
-
1.[Multi-Agent Signatures](building-transactions/multi-agent-transactions.mdx) - Allowing multiple accounts to be used for a single contract.
204
-
2.[Orderless Signatures](building-transactions/orderless-transactions.mdx) - Allowing for transactions to be executed out of order for easier management.
203
+
1.[Multi-Agent Transactions](building-transactions/multi-agent-transactions.mdx) - Allowing multiple accounts to be used for a single contract.
204
+
2.[Orderless Transactions](building-transactions/orderless-transactions.mdx) - Allowing for transactions to be executed out of order for easier management.
205
205
3.[Sponsoring Transactions](building-transactions/sponsoring-transactions.mdx) - Have another account pay gas fees for this transaction.
206
206
4.[Batch Submit Transactions](building-transactions/batching-transactions.mdx) - How to send multiple transactions quickly from a single account.
207
207
5.[Binary Canonical Serialization (BCS)](building-transactions/bcs-format.mdx) - The format used to serialize data for Aptos transactions.
0 commit comments