From ada1b57dbd32ed7fa1f48091b2b98d4fdf3b302a Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Wed, 13 May 2020 10:59:12 +0530 Subject: [PATCH] FLO Standard Operations --- whatsapp-messages/FLO Standard Operations.txt | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/whatsapp-messages/FLO Standard Operations.txt b/whatsapp-messages/FLO Standard Operations.txt index 88ee38b..b5ec26e 100644 --- a/whatsapp-messages/FLO Standard Operations.txt +++ b/whatsapp-messages/FLO Standard Operations.txt @@ -21,7 +21,7 @@ floCrypto.verifyShamirsSecret floCrypto.verifySign -floBlockhainAPI +floBlockchainAPI floBlockchainAPI.broadcastTx floBlockchainAPI.getBalance @@ -93,4 +93,20 @@ floSupernode.kBucket floSupernode.requestData floSupernode.requestDataFromSN floSupernode.sendData -floSupernode.sendDataToSN \ No newline at end of file +floSupernode.sendDataToSN + + +compactIDB + +compactIDB.addData +compactIDB.clearData +compactIDB.dbName +compactIDB.deleteDB +compactIDB.initDB +compactIDB.openDB +compactIDB.readAllData +compactIDB.readData +compactIDB.removeData +compactIDB.searchData +compactIDB.setDefaultDB +compactIDB.writeData \ No newline at end of file