tx_from_calls_mapped

Function tx_from_calls_mapped 

Source
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