mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 01:50:42 +00:00
ch02: aggr. tx: add tx batching, saving in fees and exchange withdrawal example
This commit is contained in:
parent
9a8224e0cc
commit
0e3b6afe1b
@ -134,7 +134,7 @@ Another common form of transaction is one that aggregates several inputs into a
|
|||||||
.Transaction aggregating funds
|
.Transaction aggregating funds
|
||||||
image::images/mbc2_0206.png["Aggregating Transaction"]
|
image::images/mbc2_0206.png["Aggregating Transaction"]
|
||||||
|
|
||||||
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 (see <<transaction-distributing>>). This type of transaction is sometimes used by commercial entities to distribute funds, such as when processing payroll payments to multiple employees.((("", startref="Tover02")))
|
Finally, another transaction form that is seen often on the bitcoin ledger is a batched transaction, which distributes one input to multiple outputs representing multiple recipients, a technique called "transaction batching" (see <<transaction-distributing>>). Since this type of transaction is useful for saving in transaction fees, it is commonly used by commercial entities to distribute funds, such as when a company is processing payroll payments to multiple employees or when a bitcoin exchange is processing multiple customers' withdrawals in a single transaction.((("", startref="Tover02")))
|
||||||
|
|
||||||
[[transaction-distributing]]
|
[[transaction-distributing]]
|
||||||
.Transaction distributing funds
|
.Transaction distributing funds
|
||||||
|
Loading…
Reference in New Issue
Block a user