UNPKG

@aedart/contracts

Version:

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

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