use-ink/cargo-contract
GitHub で見るAdd ability to output signed extrinsic / encoded call
Open
#528 opened on 2022年4月24日
enhancementgood first issue
Repository metrics
- Stars
- (280 stars)
- PR merge metrics
- (PR metrics pending)
説明
Instead of submitting an extrinsic we should be able to output the signed extrinsic and the encoded call. This can be useful if you want to submit the extrinsic to some other RPCs manually or want to do some inspection.
- Add
--no-submitwhich skips the submission and prints the extrinsic instead - Add
--print-extrinsicwhich do the submission but also prints the (signed) extrinsic
These commands should also print the data passed to the extrinsic in addition the encoded extrinsic (input bytes to the contract). #573 exposes this as separate command.