Skip to content

Commit 485de8b

Browse files
authored
update frontmatter (#577)
1 parent 8adea60 commit 485de8b

7 files changed

+30
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "Building Transactions"
3+
---
4+
5+
16
import { Callout, Steps } from 'nextra/components';
27

38
# Using Transactions

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Batching Transactions"
3+
---
4+
15
# Batching Transactions
26

37
The TypeScript SDK has a built-in way to send several independent transactions together in a batch. This can be a convenient tool when trying to execute multiple transactions quickly from the same account.

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "BCS Format"
3+
---
4+
15
# Binary Canonical Serialization (BCS) Format
26

37
Behind the scenes, the Aptos SDK has two formats for transaction parameters:

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Multi-Agent Transactions"
3+
---
4+
15
import { Callout, Steps } from 'nextra/components'
26

37
# Multi-Agent Transactions

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Sponsoring Transactions"
3+
---
4+
15
import { Callout, Steps } from 'nextra/components'
26

37
# Sponsoring Transactions

apps/nextra/pages/en/build/sdks/ts-sdk/fetch-data-via-sdk.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "Fetch Data via SDK"
3+
---
4+
5+
16
import { Callout } from 'nextra/components'
27

38
# Fetch Data via the TypeScript SDK

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Legacy TypeScript SDK"
3+
---
4+
15
import { Callout } from 'nextra/components';
26

37
# Legacy TypeScript SDK

0 commit comments

Comments
 (0)