Extract select_bridge macro. (#869)

This commit is contained in:
Tomasz Drwięga
2021-04-06 17:28:28 +02:00
committed by Bastian Köcher
parent 52e3967a2d
commit ed5577bf33
6 changed files with 100 additions and 122 deletions
@@ -25,6 +25,7 @@ use frame_support::weights::Weight;
use sp_runtime::app_crypto::Ss58Codec;
use structopt::{clap::arg_enum, StructOpt};
pub(crate) mod bridge;
pub(crate) mod encode_call;
mod derive_account;