Approval types (#2111)

* start approval types

* doc

* finish basic types

* add debug and codec impls to approval types

* grumbles

* remove unused AssignmentId

* remove aux-schema file
This commit is contained in:
Robert Habermeier
2020-12-15 15:53:17 -06:00
committed by GitHub
parent 5c605e150b
commit 33da3f5128
5 changed files with 109 additions and 36 deletions
+1
View File
@@ -12,3 +12,4 @@ polkadot-statement-table = { path = "../../statement-table" }
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" }