UNPKG

@signumjs/core

Version:

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

10 lines (9 loc) 303 B
export * from './getAliasById'; export * from './getAliasByName'; export * from './getAliasesOnSale'; export * from './getAliases'; export * from './buyAlias'; export * from './sellAlias'; export * from './getTopLevelDomains'; export * from './buyTopLevelDomain'; export * from './searchAliasesByName';