Back to Sui

Transactions

docs/content/guides/developer/transactions/index.mdx

latest279 B
Original Source

Every update on Sui, whether to the network itself or to objects on the network, happens through a transaction. Transactions handle everything from creating objects and minting assets to managing network operations.

import DocCardList from '@theme/DocCardList';

<DocCardList />