[][src]Macro sc_cli::with_crypto_scheme

macro_rules! with_crypto_scheme {
    ($scheme:expr, $method:ident($($params:expr),*)) => { ... };
    ($scheme:expr, $method:ident<$($generics:ty),*>($($params:expr),*)) => { ... };
}

Allows for calling $method with appropriate crypto impl.