UNPKG

@fruitsjs/core

Version:

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

11 lines (9 loc) 180 B
import {BlockId} from './blockId'; /** * Block Id List * @module core */ export interface BlockIdList { blockIds: BlockId[]; requestProcessingTime: number; }