Transactions

Transactions are the fundamental units of operation in MetaChain. They represent a transfer of value or execution of logic within the blockchain.

Types of Transactions

  • Value Transfer: These transactions simply transfer DFI or other tokens from one account to another.

  • Smart Contract Execution: These transactions trigger a smart contract, which can involve multiple steps and conditional logic.

  • Data Transactions: These are used to store or retrieve data on the blockchain.

Importance for Developers

Transactions are the means by which any change is made on the blockchain. Understanding how to construct, sign, and broadcast transactions is key to interacting with MetaChain programmatically.

Last updated