[][src]Macro exonum_testkit::txvec

macro_rules! txvec {
    ($($x:expr),*) => { ... };
    ($($x:expr,)*) => { ... };
}

Creates a Vec<Box<Transaction>> from the given transactions, or other objects implementing the Into<Box<Transaction>> trait.