UNPKG

@fruitsjs/core

Version:

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

6 lines (5 loc) 173 B
import { Transaction } from './transaction'; export interface TransactionList { readonly requestProcessingTime: number; readonly transactions: Transaction[]; }