Files
specification/protocol/blockchain/block/transaction-ordering.md
T

9 lines
328 B
Markdown
Raw Normal View History

2019-12-18 15:28:23 -05:00
# Transaction Ordering
2019-12-18 15:45:49 -05:00
Transactions in a block are inherently ordered by virtue of their inclusion in the [merkle tree](/protocol/blockchain/block/merkle-tree). Furthermore, the [coinbase transaction](/protocol/blockchain/block#coinbase-transaction).
2019-12-18 15:28:23 -05:00
## Canonical Transaction Ordering (CTOR)
## Legacy Transaction Ordering