Transaction validation functions
Types
Name |
Description |
Struct for each individual consensus rule change using BIP9. |
|
Parameters that influence chain consensus. |
Enums
Name |
Description |
A buried deployment is one where the height of the activation has been hardcoded into the client implementation long after the consensus change has activated. See BIP 90. Consensus changes for which the new rules are enforced from genesis are not listed here. |
|
Identifiers for BIP9 version‐bits deployments. |
Functions
Name |
Description |
Check whether all inputs of this transaction are valid (no double spends and amounts) This does not modify the UTXO set. This does not check scripts and sigs. |
|
|
Created with MrDocs