Submitting hex encoded extrinsic with api-cli #509
Labels
Enhancement
Improves existing features or performance, making the SDK more robust and efficient.
P3 - Low
Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
I'm submitting a ...
What is the current behavior and expected behavior?
When using api-cli or signer-cli, it is quite cumbersome to craft a transaction which has complex parameters and some transaction appear to simply not be supported (eg. #329 (comment)).
However recently, polkadot-js UI offers a way to pass a transaction call by its hex representation (eg: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.ibp.network%2Fpolkadot#/extrinsics/decode/0x00001074657374) and it would be very useful to be able to pass this hex string to the CLI to execute the transaction.
Make it easy to craft a transaction from the UI and then execute it via the CLI eg. in a bash script.
Version:
Environment:
Language:
The text was updated successfully, but these errors were encountered: