UNPKG

@fruitsjs/core

Version:

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

8 lines (7 loc) 161 B
export interface GetTradesArgs { assetId: string; accountId: string; firstIndex: number; lastIndex: number; includeAssetInfo?: any; }