mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
CLI: Encode Message (#889)
* Encode message. * Update docs related to `sender` Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com> Co-authored-by: Hernando Castano <hernando@hcastano.com>
This commit is contained in:
committed by
Bastian Köcher
parent
b569f201cf
commit
7c639687b6
@@ -48,6 +48,7 @@ macro_rules! select_full_bridge {
|
||||
match $bridge {
|
||||
FullBridge::MillauToRialto => {
|
||||
type Source = relay_millau_client::Millau;
|
||||
#[allow(dead_code)]
|
||||
type Target = relay_rialto_client::Rialto;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
@@ -60,6 +61,7 @@ macro_rules! select_full_bridge {
|
||||
}
|
||||
FullBridge::RialtoToMillau => {
|
||||
type Source = relay_rialto_client::Rialto;
|
||||
#[allow(dead_code)]
|
||||
type Target = relay_millau_client::Millau;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
|
||||
Reference in New Issue
Block a user