diff --git a/src/interfaces/fulaNativeModule.ts b/src/interfaces/fulaNativeModule.ts index 1a81068..f94e91c 100644 --- a/src/interfaces/fulaNativeModule.ts +++ b/src/interfaces/fulaNativeModule.ts @@ -1,5 +1,4 @@ import { NativeModules, Platform } from 'react-native'; -import { transferToFula } from '../../.history/src/protocols/blockchain_20231223214858'; interface FulaNativeModule { initFula: ( @@ -101,11 +100,6 @@ interface FulaNativeModule { //On Blox calls for chain //Hardware - bloxFreeSpace: () => Promise; - wifiRemoveall: () => Promise; - reboot: () => Promise; - eraseBlData: () => Promise; - getAccount: () => Promise; assetsBalance: ( account: string, assetId: string, @@ -116,13 +110,14 @@ interface FulaNativeModule { wallet: string, chain: string ) => Promise; + getAccount: () => Promise; //Hardware + eraseBlData: () => Promise; bloxFreeSpace: () => Promise; wifiRemoveall: () => Promise; reboot: () => Promise; - getAccount: () => Promise; } const LINKING_ERROR =