Remove MakePayment and introduce SignedExtension docs/examples (#3464)

* New doc for signed extensions.

* Cleanup.

* review nits.
This commit is contained in:
Kian Paimani
2019-08-23 14:12:39 +02:00
committed by GitHub
parent 9c4843315c
commit 94243e66b3
7 changed files with 144 additions and 9 deletions
+4 -1
View File
@@ -11,9 +11,10 @@ srml-support = { path = "../support", default-features = false }
system = { package = "srml-system", path = "../system", default-features = false }
balances = { package = "srml-balances", path = "../balances", default-features = false }
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
rstd = { package = "sr-std", path = "../../core/sr-std", default-features = false }
rio = { package = "sr-io", path = "../../core/sr-io", default-features = false }
[dev-dependencies]
sr-io = { path = "../../core/sr-io" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
[features]
@@ -25,4 +26,6 @@ std = [
"srml-support/std",
"system/std",
"balances/std",
"rio/std",
"rstd/std"
]