File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11import { NativeModules , Platform } from 'react-native' ;
2- import { transferToFula } from '../../.history/src/protocols/blockchain_20231223214858' ;
32
43interface FulaNativeModule {
54 initFula : (
@@ -101,11 +100,6 @@ interface FulaNativeModule {
101100
102101 //On Blox calls for chain
103102 //Hardware
104- bloxFreeSpace : ( ) => Promise < string > ;
105- wifiRemoveall : ( ) => Promise < string > ;
106- reboot : ( ) => Promise < string > ;
107- eraseBlData : ( ) => Promise < string > ;
108- getAccount : ( ) => Promise < string > ;
109103 assetsBalance : (
110104 account : string ,
111105 assetId : string ,
@@ -116,13 +110,14 @@ interface FulaNativeModule {
116110 wallet : string ,
117111 chain : string
118112 ) => Promise < string > ;
113+ getAccount : ( ) => Promise < string > ;
119114
120115
121116 //Hardware
117+ eraseBlData : ( ) => Promise < string > ;
122118 bloxFreeSpace : ( ) => Promise < string > ;
123119 wifiRemoveall : ( ) => Promise < string > ;
124120 reboot : ( ) => Promise < string > ;
125- getAccount : ( ) => Promise < string > ;
126121}
127122
128123const LINKING_ERROR =
You can’t perform that action at this time.
0 commit comments