UNPKG

@aedart/contracts

Version:

The Ion contracts package. Contains types, interfaces and unique identifiers

15 lines (12 loc) 239 B
/** * @aedart/contracts * * BSD-3-Clause, Copyright (c) 2023-present Alin Eugen Deac <aedart@gmail.com>. */ /** * Support identifier * * @type {Symbol} */ const SUPPORT = Symbol('@aedart/contracts/support'); export { SUPPORT };