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
/
src
/
entities
/
RawAction.ts
8 lines
(7 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Autorization
}
from
"./Autorization"
;
export
class
RawAction
{
account
:
string
=
''
//'testeostoken',
name
:
string
=
''
//'transfer',
authorization
:
Array
<
Autorization
> =
new
Array
<
Autorization
>()
data
:
any
}