UNPKG

@signumjs/core

Version:

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

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