pub fn proxy<T: Config>(payload: PasskeyPayload<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.