multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
48 stars 36 forks source link

Relayed V3 #434

Closed popenta closed 2 weeks ago

popenta commented 3 months ago

Added support for relayed V3 transactions.

Added the --relayer argument for specifying the relayer of the transaction.

Added the --inner-transactions-outfile argument for saving the created relayed transaction. If the file contains transactions it will append to the rest of the transactions.

Added the inner_transactions argument to specify the inner transactions that will be sent by the relayer.