mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
ch2 continued and new transaction chain image
This commit is contained in:
parent
6e8e68779f
commit
dcfbc9e278
@ -98,10 +98,12 @@ image::images/Bitcoin Transaction Structure - Aggregating.png["Aggregating Trans
|
||||
|
||||
Finally, another transaction form that is seen often on the bitcoin ledger is a transaction that distributes one input to multiple outputs representing multiple recipients. This type of transaction is sometimes used by commercial entities to distribute funds, such as when processing payroll payments to multiple employees.
|
||||
|
||||
[[transaction-aggregating]]
|
||||
[[transaction-distributing]]
|
||||
.Transaction Distributing Funds
|
||||
image::images/Bitcoin Transaction Structure - Distribution.png["Distributing Transaction"]
|
||||
|
||||
|
||||
|
||||
=== Transaction Data Structure
|
||||
|
||||
A transaction, in bitcoin terminology, also refers to the signed data structure that contains a series of inputs and outputs transferring value, as encoded in the blockchain or propagating on the bitcoin network. In the blockchain, a transaction is stored as a variable-lenght data structure, that contains an array of _transaction inputs_ and an array of _transaction outputs_.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 53 KiB |
Loading…
Reference in New Issue
Block a user