UNPKG

@signumjs/core

Version:

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

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