【发布时间】:2021-07-14 04:50:59
【问题描述】:
我有一个 Rust CLI,我使用此代码 https://github.com/paritytech/substrate-subxt/blob/master/examples/submit_and_watch.rs 将余额从一个帐户转移到另一个帐户。
PairSigner 是用let signer = PairSigner::new(AccountKeyring::Alice.pair()); 生成的。我如何使用我的个人 Polkadot 钱包帐户来签署交易,而不是使用 Alic 的这个测试钥匙串?
【问题讨论】: