Explain undefined method diagnostics

This commit is contained in:
Demi M. Obenour
2020-05-17 13:48:41 -04:00
parent 88ac3cb2a8
commit 122260ff59
+3
View File
@@ -6,6 +6,9 @@ A library to **sub**mit e**xt**rinsics to a [substrate](https://github.com/parit
See [examples](./examples).
If you use `#[derive(Call)]` without `#[module]` in the same module, you will get errors
complaining about an undefined method with a name starting with `with_`.
**Alternatives**
[substrate-api-client](https://github.com/scs/substrate-api-client) provides similar functionality.