Skip to content

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 ​

ParameterTypeDescription
transactionsTransaction[]-
callbackfn(subTransactionRow) => any-

Returns ​

void