UNPKG

@signumjs/core

Version:

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

11 lines (10 loc) 237 B
import { GetAllAssetsArgs } from './getAllAssetsArgs'; /** * The argument object for {@link AssetApi.getAssetsByIssuer} * * * @category args */ export interface GetAssetsByIssuerArgs extends GetAllAssetsArgs { accountId: string; }