Add serde support for Slot type (#10204)

Add serde support for the `Slot` type as we'd like to use it directly in our RPC.
This commit is contained in:
Liu-Cheng Xu
2021-11-08 07:29:51 +08:00
committed by GitHub
parent 937b6f246e
commit 63d2ff0c36
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -9325,6 +9325,7 @@ version = "0.10.0-dev"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-arithmetic",
"sp-runtime",
]