UNPKG

@fruitsjs/core

Version:

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

9 lines (8 loc) 148 B
/** * Peer Address List * * @module core */ export interface PeerAddressList { peers: string[]; requestProcessingTime: number; }