pub fn tx_from_calls_mapped(
calls: &[ContractCallImport],
map: &[(usize, Vec<usize>)],
) -> Result<(TransactionBuilder, Vec<SecretKey>)>Expand description
Build a Transaction given a slice of calls and their mapping
pub fn tx_from_calls_mapped(
calls: &[ContractCallImport],
map: &[(usize, Vec<usize>)],
) -> Result<(TransactionBuilder, Vec<SecretKey>)>Build a Transaction given a slice of calls and their mapping