Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 63cad4c

Browse files
committed
Update signatures -> transactions
1 parent a98dd12 commit 63cad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextra/pages/en/build/sdks/ts-sdk/building-transactions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Building and sending transactions on-chain involves the following 5 steps:
200200

201201
Transactions have a couple of additional features which let them adapt to your needs which you can learn about here:
202202

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.
205205
3. [Sponsoring Transactions](building-transactions/sponsoring-transactions.mdx) - Have another account pay gas fees for this transaction.
206206
4. [Batch Submit Transactions](building-transactions/batching-transactions.mdx) - How to send multiple transactions quickly from a single account.
207207
5. [Binary Canonical Serialization (BCS)](building-transactions/bcs-format.mdx) - The format used to serialize data for Aptos transactions.

0 commit comments

Comments
 (0)