Functionsยง
- calculate_
transaction_ size - Spec-locked to Orange Paper Section 5.1: CalculateTransactionSize
- check_
transaction - Spec-locked to Orange Paper Section 5.1: CheckTransaction
- check_
tx_ inputs - Spec-locked to Orange Paper Section 5.1: CheckTxInputs
- check_
tx_ inputs_ with_ owned_ data - Hot-path: validate inputs using pre-copied UTXO data (value, is_coinbase, height). Avoids holding overlay refs; enables buffer reuse in block validation.
- check_
tx_ inputs_ with_ utxos - Optimized version that accepts pre-collected UTXOs to avoid redundant lookups
- is_
coinbase - Spec-locked to Orange Paper Section 6.4: IsCoinbase