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
/
entities
/
RawAction.js
11 lines
(10 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
RawAction
{
constructor
(
) {
this
.
account
=
''
;
//'testeostoken',
this
.
name
=
''
;
//'transfer',
this
.
authorization
=
new
Array
(); } }
exports
.
RawAction
=
RawAction
;