UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

8 lines (7 loc) 213 B
/** * @public * @param {import('../../types/entities/index.js').Tagable} normalizedTags * @returns {string} */ export const multicallResultEventName = (normalizedTags) => `result:${String(normalizedTags)}`;