pallet_passkey::module::dispatchables

Function proxy_v2

Source
pub fn proxy_v2<T: Config>(payload: PasskeyPayloadV2<T>)
Expand description

Proxies an extrinsic call by changing the origin to account_id inside the payload. Since this is an unsigned extrinsic all the verification checks are performed inside validate_unsigned and pre_dispatch hooks.

ยงWarning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::proxy_v2.