UNPKG

@dapix/react-native-fio

Version:

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

5 lines (4 loc) 139 B
import { PendingFioRequest } from "./PendingFioRequest"; export interface PendingFioRequestsResponse{ requests:PendingFioRequest[] }