StaticverifyVerify a BIP-322 signature from P2WPKH, P2SH-P2WPKH, and single-key-spend P2TR address.
Address of the signing address
message_challenge signed by the address
Signature produced by the signing address
If true, apply strict BIP-137 verification and enforce address flag verification; otherwise, address flag is ignored during verification
True if the provided signature is a valid BIP-322 signature for the given message and address, false if otherwise
Class that handles BIP-322 signature verification. Reference: https://github.com/LegReq/bip0322-signatures/blob/master/BIP0322_verification.ipynb