use-ink/cargo-contract

Add ability to output signed extrinsic / encoded call

Open

#528 创建于 2022年4月24日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Rust (127 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (280 star)
PR 合并指标
 (PR 指标待抓取)

描述

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-submit which skips the submission and prints the extrinsic instead
  • Add --print-extrinsic which 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.

贡献者指南