Expand description
Transaction extension which validates a signature against a payload constructed from a call and the rest of the transaction extension pipeline.
Enums§
- Verify
Signature - Extension that, if enabled, validates a signature type against the payload constructed from the
call and the rest of the transaction extension pipeline. This extension provides the
functionality that traditionally signed transactions had with the implicit signature checking
implemented in
Checkable
. It is meant to be placed ahead of any other extensions that do authorization work in the [TransactionExtension
] pipeline.