UNPKG

@signumjs/core

Version:

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

12 lines (11 loc) 226 B
/** * The argument object for {@link AssetApi.getAssetTransfersPerAccount} * * * @category args */ export interface GetAssetTransfersPerAccountArgs { accountId: string; firstIndex?: number; lastIndex?: number; }