UNPKG

@signumjs/core

Version:

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

12 lines (11 loc) 214 B
/** * The argument object for {@link AssetApi.getAssetTradesPerAsset} * * * @category args */ export interface GetAssetTradesPerAssetArgs { assetId: string; firstIndex?: number; lastIndex?: number; }