serde::{Serialize, Deserialize} for BoundedVec (#11314)

* serde::{Serialize, Deserialize} for BoundedVec

* Apply suggestions from code review

* FMT

* 🤦

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Dmitriy Shabanov
2022-05-16 16:03:22 +05:00
committed by GitHub
parent 4f542131fc
commit 9d6a4c4dbd
3 changed files with 93 additions and 1 deletions
+1
View File
@@ -2296,6 +2296,7 @@ dependencies = [
"pretty_assertions",
"scale-info",
"serde",
"serde_json",
"smallvec",
"sp-arithmetic",
"sp-core",