/** * The argument object for {@link AssetApi.getAssetTransfers} * * * @category args */ export interface GetAssetTransfersArgs { assetId?: string; accountId?: string; firstIndex?: number; lastIndex?: number; }