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;
|
||||
filteredData.push(response.items[i].floData);
|
||||
}
|
||||
resolve(filteredData);
|
||||
resolve({totalTxs:response.totalItems , data:filteredData});
|
||||
}).catch(error => {
|
||||
reject(error);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user