floBlockchainAPI.readData will now return a object with totalTxs and data
This commit is contained in:
parent
9da3168f45
commit
68472cad56
@ -5145,7 +5145,7 @@
|
|||||||
continue;
|
continue;
|
||||||
filteredData.push(response.items[i].floData);
|
filteredData.push(response.items[i].floData);
|
||||||
}
|
}
|
||||||
resolve(filteredData);
|
resolve({totalTxs:response.totalItems , data:filteredData});
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
reject(error);
|
reject(error);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user