macro_rules! sm_map {
($($index:expr => $data:expr),*) => { ... };
}
Expand description
Creates the BTreeMap used for blind signing
macro_rules! sm_map {
($($index:expr => $data:expr),*) => { ... };
}
Creates the BTreeMap used for blind signing