Macro gclient::ext::sp_runtime::app_crypto::with_pair
macro_rules! with_pair { ( $( $def:tt )* ) => { ... }; }
Expand description
Generate the given code if the pair type is available.
The pair type is available when feature = "std"
|| feature = "full_crypto"
.
ยงExample
sp_application_crypto::with_pair! {
pub type Pair = ();
}