Page:
Transaction
Pages
API Encoding
BaseN
Blockchain Primer
Blockchain
Consensus
Distributed Ledger Technologies (DLTs)
Finality
Home
Inflation, Deflation, Coins, Tokens, and Prices
Installing Erlang
Leader (s)election
Mempool
Mining
Monetary Mechanics
Money
Proof of Work
RLP
Serialization
Smart Contracts
The Blockchain Trilemma
The Mint Function, Blockchain Inflation, and Currency Debasement
The Sophia Language
Transaction
Clone
1
Transaction
Craig Everett edited this page 2026-02-06 20:24:01 +09:00
Table of Contents
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.