You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meta transactions implementation.
The meta transaction follows a layout similar to that of a regular
transaction and can leverage the same extensions implementing the
`TransactionExtension` trait. Once signed and shared by the signer, the
relayer may submit a regular transaction with the
`pallet_meta_tx::dispatch` call, passing the signed meta transaction as
an argument.
To see an example, refer to the mock setup and the
`sign_and_execute_meta_tx` test case in
`substrate/frame/meta-tx/src/tests.rs` file.
RFC: #4123
---------
Co-authored-by: Shawn Tabrizi <[email protected]>
Co-authored-by: command-bot <>
Co-authored-by: Guillaume Thiolliere <[email protected]>
0 commit comments