flowallet/scripts
sairajzero f83884b591 Update flo-webwallet.js
- removed syncTransactions and readTransactions
- replace the above with listTransactions function set
- listTransactions(address) gets the latest  tx (1000 max)
- listTransactions.syncOld(address, initItem): use the initItem received by listTransaction or prevous .syncOld call. give the next old 1000 tx
- listTransaction.syncNew(address, lastItem): use lastItem received by listTransaction or previous .syncNew call). gives the new txs (1000 max) from last call
2023-05-13 18:24:11 +05:30
..
compactIDB.js moving required stdop files to scripts/ 2023-05-10 02:35:55 +05:30
components.js Feature update 2023-05-06 20:50:03 +05:30
flo-webwallet.js Update flo-webwallet.js 2023-05-13 18:24:11 +05:30
floBlockchainAPI.js moving required stdop files to scripts/ 2023-05-10 02:35:55 +05:30
floCrypto.js moving required stdop files to scripts/ 2023-05-10 02:35:55 +05:30
floTokenAPI.js moving required stdop files to scripts/ 2023-05-10 02:35:55 +05:30
lib.js moving required stdop files to scripts/ 2023-05-10 02:35:55 +05:30