UNPKG

@fruitsjs/core

Version:

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

8 lines (7 loc) 100 B
/** * Block Id * @module core */ export interface BlockId { readonly block: string; }