pub fn group_transactions(
txs: Vec<Transaction>,
) -> Result<Vec<Transaction>, AlgoKitTransactError>
Expand description
Groups a collection of transactions by calculating and assigning the group to each transaction.
pub fn group_transactions(
txs: Vec<Transaction>,
) -> Result<Vec<Transaction>, AlgoKitTransactError>
Groups a collection of transactions by calculating and assigning the group to each transaction.