Skip to content
On this page

Signatures

The type sp.signature represents a digital signature.

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.