Skip to content
Snippets Groups Projects
  • Muharem Ismailov's avatar
    FRAME: Meta Transaction (#6428) · d1cf73a3
    Muharem Ismailov authored
    
    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: https://github.com/paritytech/polkadot-sdk/issues/4123
    
    ---------
    
    Co-authored-by: default avatarShawn Tabrizi <shawntabrizi@gmail.com>
    Co-authored-by: command-bot <>
    Co-authored-by: default avatarGuillaume Thiolliere <gui.thiolliere@gmail.com>
    Unverified
    d1cf73a3
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Cargo. Learn more