extract message_details impl into runtime common (#1070)

This commit is contained in:
Svyatoslav Nikolsky
2021-07-26 17:32:08 +03:00
committed by Bastian Köcher
parent 31828783ab
commit 9e0efdb7ac
4 changed files with 63 additions and 30 deletions
+1
View File
@@ -19,4 +19,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
pub mod messages;
pub mod messages_api;
pub mod messages_benchmarking;