SudoSOS Back-end API / helpers / collectByToId
Function: collectByToId() ​
ts
function collectByToId(toIdMap, tSub): void;Function that collects transaction by user ToId
Parameters ​
| Parameter | Type | Description |
|---|---|---|
toIdMap | Map<number, SubTransaction[]> | - |
tSub | SubTransaction | - |
Returns ​
void