Verify the signature of ("ProgData" || program_hash || data) against the pubkey. The program_hash is the hash of the program source code
true if the signature is valid, false otherwise
Data be verified
The signature to verify
The public key to verify the signature with
Generated using TypeDoc
Verify the signature of ("ProgData" || program_hash || data) against the pubkey. The program_hash is the hash of the program source code
Returns
true if the signature is valid, false otherwise