Module handles_signed_extension

Source
Expand description

Substrate Signed Extension for validating requests to the handles pallet

Structs§

HandlesSignedExtension
The TransactionExtension trait is implemented on CheckFreeExtrinsicUse to validate the request. The purpose of this is to ensure that the retire_handle extrinsic cannot be repeatedly called to flood the network.

Enums§

Pre
The info passed between the prepare and post-dispatch steps for the HandlesSignedExtension extension.
Val
The info passed between the validate and prepare steps for the HandlesSignedExtension extension.

Functions§

map_dispatch_error
Map a module DispatchError to an InvalidTransaction::Custom error