Function pallet_passkey::module::dispatchables::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
.