UNPKG

@signumjs/core

Version:

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

14 lines (13 loc) 255 B
/** * The argument object for {@link AssetApi.getAssetTrades} * * * @category args */ export interface GetAssetTradesArgs { assetId?: string; accountId?: string; firstIndex?: number; lastIndex?: number; includeAssetInfo?: boolean; }