pub fn fake_sapling_results<T: IntoIterator<Item = TransactionIndex>>(
transaction_indexes: T,
) -> BTreeMap<TransactionIndex, SaplingScannedResult>
Expand description
Accepts an iterator of TransactionIndex
es and returns a BTreeMap
with empty results