SudoSOS Back-end API / helpers / transactionMapper
Function: transactionMapper() ​
ts
function transactionMapper(transactions, callbackfn): void;Applies a function to all SubTransactionRows of the given transactions.
Parameters ​
| Parameter | Type | Description |
|---|---|---|
transactions | Transaction[] | - |
callbackfn | (subTransactionRow) => any | - |
Returns ​
void