Skip to content

SudoSOS Back-end API / helpers / collectByToId

Function: collectByToId() ​

ts
function collectByToId(toIdMap, tSub): void;

Function that collects transaction by user ToId

Parameters ​

ParameterTypeDescription
toIdMapMap<number, SubTransaction[]>-
tSubSubTransaction-

Returns ​

void