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:
David
2020-07-07 09:20:58 +02:00
committed by GitHub
parent 536c54c843
commit a4ba74ed72
2 changed files with 51 additions and 2 deletions
+4 -1
View File
@@ -16,7 +16,10 @@
use sp_keyring::AccountKeyring;
use substrate_subxt::{
balances::*,
balances::{
TransferCallExt,
TransferEventExt,
},
ClientBuilder,
DefaultNodeRuntime,
PairSigner,