UNPKG

@fruitsjs/core

Version:

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

11 lines (9 loc) 186 B
import {Contract} from './contract'; /** * The Contract Id List * @module core */ export interface ContractList { ats: Contract[]; requestProcessingTime: number; }