Sr25519.Verify¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Bytes | ||
| Output ➡️ | The resulting output of the shard | Bool | ||
| Key | No | The public key of the keypair that signed the message. This will be used to verify the signature. | none | BytesVar(Bytes) | 
| Message | No | The message that was signed to produce the signature. This is the original plain bytes message that the signature was created for. | none | BytesVar(Bytes) | 
Verifies a Sr25519 signature