macro_rules! tx_inputs {
($($item:expr),* $(,)?) => { ... };
}Expand description
Helper macro to create Transaction inputs/outputs that works with both Vec and SmallVec
macro_rules! tx_inputs {
($($item:expr),* $(,)?) => { ... };
}Helper macro to create Transaction inputs/outputs that works with both Vec and SmallVec