add storage address and custom error type to core crate

This commit is contained in:
Tadeo hepperle
2024-02-01 18:19:26 +01:00
parent aed00e52f8
commit 97aad71569
15 changed files with 633 additions and 546 deletions
+1
View File
@@ -48,6 +48,7 @@ sp-core-hashing = { workspace = true }
sp-core = { workspace = true, optional = true }
sp-runtime = { workspace = true, optional = true }
cfg-if = { workspace = true }
either = { workspace = true }
[dev-dependencies]
bitvec = { workspace = true }