UNPKG

@signumjs/core

Version:

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

13 lines (12 loc) 252 B
/** * The argument object for {@link AssetApi.getAssetTradesPerAccount} * * * @category args */ export interface GetAssetTradesPerAccountArgs { accountId: string; includeAssetInfo?: boolean; firstIndex?: number; lastIndex?: number; }