Signatures โ
The type sp.signature
represents a digital signature.
smartpy
sp.check_signature(key: sp.key, signature: sp.signature, message: sp.bytes) -> sp.bool
Determine whether the signature signature
has been produced by signing message
with the private key corresponding to the public key key
.