UNPKG

@fruitsjs/core

Version:

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

11 lines (9 loc) 167 B
import {Asset} from './asset'; /** * Asset List * @module core */ export interface AssetList { assets: Asset[]; requestProcessingTime: number; }