UNPKG

@dtu-olp-2024/kafka-nocobase

Version:

A NocoBase plugin for Apache Kafka integration, supporting message publishing, topic management, and event-driven workflows. Built for the DTU GreenHope project.

17 lines (15 loc) 364 B
/** * Some common constants useful for Ethereum. * * @_section: api/constants: Constants [about-constants] */ export { ZeroAddress } from "./addresses.js"; export { ZeroHash } from "./hashes.js"; export { N, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from "./numbers.js"; export { EtherSymbol, MessagePrefix } from "./strings.js";