macro_rules! commit_multi_var {
($meta_store:expr, $($val_txn:expr),*) => { ... };
}Expand description
Commit multiple ValTransactions to state store and upon success update the local in-mem state
by the way
After called, the ValTransaction will be dropped.