mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Document the Call derive macro (#137)
* Document the `Call` derive macro * Obey the fmt * Update proc-macro/src/lib.rs Co-authored-by: Andrew Jones <ascjones@gmail.com> * Review feedback Co-authored-by: Andrew Jones <ascjones@gmail.com>
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
|
||||
use sp_keyring::AccountKeyring;
|
||||
use substrate_subxt::{
|
||||
balances::*,
|
||||
balances::{
|
||||
TransferCallExt,
|
||||
TransferEventExt,
|
||||
},
|
||||
ClientBuilder,
|
||||
DefaultNodeRuntime,
|
||||
PairSigner,
|
||||
|
||||
Reference in New Issue
Block a user