Macro sp_application_crypto::app_crypto_pair
source ยท 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
.