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
/
SentFioRequest.ts
11 lines
•
267 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
SentFioRequest
{
fio_request_id
:
string
,
payer_fio_address
:
string
,
payee_fio_address
:
string
,
payee_public_address
:
string
,
amount
:
string
,
token_code
:
string
,
metadata
:
string
,
time_stamp
:
number
,
status
:
string
}