UNPKG

@dapix/react-native-fio

Version:

The FIO react-native-fio SDK communicates with the FIO Blockchain.

11 lines 267 B
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 }