UNPKG
@dapix/react-native-fio
Version:
latest (0.1.0)
0.1.0
The FIO react-native-fio SDK communicates with the FIO Blockchain.
@dapix/react-native-fio
/
lib
/
key
/
GenerateKey.js
8 lines
(7 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
GenerateKey
{
generateKey
(
) { } }
exports
.
GenerateKey
=
GenerateKey
;