Statemine primitives (#1625)

* Statemine primitives

* ref issue in TODO

* fix TODO
This commit is contained in:
Svyatoslav Nikolsky
2022-11-08 17:43:29 +03:00
committed by Bastian Köcher
parent 2c0b6b73e0
commit 3e00c5c022
21 changed files with 305 additions and 77 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ impl Chain for Westend {
const STORAGE_PROOF_OVERHEAD: u32 = bp_westend::EXTRA_STORAGE_PROOF_SIZE;
type SignedBlock = bp_westend::SignedBlock;
type Call = bp_westend::Call;
type Call = ();
}
impl RelayChain for Westend {
@@ -117,5 +117,5 @@ impl Chain for Westmint {
const STORAGE_PROOF_OVERHEAD: u32 = bp_westend::EXTRA_STORAGE_PROOF_SIZE;
type SignedBlock = bp_westend::SignedBlock;
type Call = bp_westend::Call;
type Call = ();
}