You've already forked specification
Re-adding unintegrated glossary/object pages.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
An outpoint is a (transaction [hash identifier](/glossary/hash__identifier), index pair) that uniquely identifies a particular [UTXO](/glossary/UTXO).
|
||||
@@ -0,0 +1,8 @@
|
||||
<div class="cwikmeta">
|
||||
{
|
||||
"title":"Output Script",
|
||||
"related":["/glossary/redeem__script","/glossary/input__script"]
|
||||
}
|
||||
</div>
|
||||
|
||||
The output script constrains the subsequent spend of Bitcoins.
|
||||
@@ -0,0 +1 @@
|
||||
SPV is an acronym for "Simplified Payment Validation".
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user