Expand description
Functions§
- proxy
- 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 insidevalidate_unsigned
andpre_dispatch
hooks. - proxy_
v2 - 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 insidevalidate_unsigned
andpre_dispatch
hooks.