Add Transaction

Craig Everett 2026-02-06 20:24:01 +09:00
parent 22c8eba362
commit dc27ca489c

3
Transaction.md Normal file

@ -0,0 +1,3 @@
# Transaction
The ordered list of state transitions that occur within a block dictate the order in which events have occurred on the chain. The state transition events themselves are called "transactions" (often abbreviated to "TXs"). There are several types of transactions, each with different effects. For example, a "spend TX" is where one account sends some amount of coins to another account, and a "contract call TX" is where an account calls a smart contract for it to be executed on the chain. The resulting update to the ledger is recorded and then the next transaction is "included" on the chain.