UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

13 lines (12 loc) 244 B
/** * The argument object for {@link AssetApi.getTradeHistoryPerAccount} * * * @category args */ export interface GetTradeHistoryPerAccountArgs { accountId: string; assetId?: string; firstIndex?: number; lastIndex?: number; }