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
/
PendingFioRequest.ts
10 lines
•
266 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
PendingFioRequest
{
"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
}