UNPKG

@aedart/contracts

Version:

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

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