UNPKG

@dapix/react-native-fio

Version:

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

10 lines 266 B
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 }