Signature checker that forwards every check to a wrapped checker.
Synopsis
Declared in <script/interpreter.h>
class DeferringSignatureChecker
: public BaseSignatureChecker
Base Classes
Name |
Description |
Interface for verifying signatures and time locks encountered during script evaluation. |
Member Functions
Name |
Description |
|
Wrap an existing checker so calls can be selectively overridden. |
|
Forward the ECDSA signature check to the wrapped checker. |
|
Forward the absolute lock‐time check to the wrapped checker. |
|
Forward the Schnorr signature check to the wrapped checker. |
|
Forward the relative lock‐time check to the wrapped checker. |
Protected Data Members
Name |
Description |
The wrapped checker that all calls are forwarded to. |
Derived Classes
Name |
Description |
Signature checker that records the weight of every valid signature it verifies. |
Created with MrDocs