Re-adding unintegrated glossary/object pages.

This commit is contained in:
Andrew Groot
2020-10-13 14:31:01 -04:00
parent 8eac6799cb
commit a54718527e
6 changed files with 52 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<!-- TITLE: UTXO Set -->
<!-- SUBTITLE: Unspent Transaction Output Set -->
The UTXO set contains information that describes the current spending constraints on every coin in the blockchain at a particular moment (generally "now"). This information is used to determine the validity of new transactions, and to report information such as wallet balances.
This data is extracted from the blockchain, which contains the full history (all transfers, spent or unspent) of all coins since their creation.