UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

14 lines (13 loc) 328 B
export interface Peer { announcedAddress: string; application: string; blacklisted: boolean; downloadedVolume: number; lastUpdated: number; platform: string; requestProcessingTime: number; shareAddress: boolean; state: number; uploadedVolume: boolean; version: string; }