referrerpolicy=no-referrer-when-downgrade

Crate pallet_verify_signature

Source
Expand description

Transaction extension which validates a signature against a payload constructed from a call and the rest of the transaction extension pipeline.

Re-exports§

pub use extension::VerifySignature;
pub use weights::WeightInfo;
pub use pallet::*;

Modules§

extension
Transaction extension which validates a signature against a payload constructed from a call and the rest of the transaction extension pipeline.
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for pallet_verify_signature

Traits§

BenchmarkHelper