UNPKG

@aedart/contracts

Version:

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

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