macro_rules! app_crypto_pair {
    ($pair:ty, $key_type:expr, $crypto_type:expr) => { ... };
}
Expand description

Declares Pair type which is functionally equivalent to $pair, but is new application-specific type whose identifier is $key_type.