Crates.io | pallet-verify-signature |
lib.rs | pallet-verify-signature |
version | 0.5.0 |
created_at | 2024-10-18 18:30:13.940741+00 |
updated_at | 2025-08-01 14:10:29.763331+00 |
description | FRAME verify signature pallet |
homepage | https://paritytech.github.io/polkadot-sdk/ |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 1414597 |
size | 122,280 |
A module that provides a TransactionExtension
that validates a signature against a payload and
authorizes the origin.
This module serves two purposes:
VerifySignature
: A TransactionExtension
that checks the provided signature against a payload
constructed through hashing the inherited implication with blake2b_256
. If the signature is
valid, then the extension authorizes the origin as signed. The extension can be disabled, or
passthrough, allowing users to use other extensions to authorize different origins other than the
traditionally signed origin.Signature
and Signer
types are specified in the pallet configuration and a
benchmark helper trait is used to create a signature which is then validated in the benchmark.License: Apache-2.0