Macro sp_application_crypto::app_crypto_pair [−][src]
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
.