UNPKG

js-moi-utils

Version:

Collection of utility functions used in js-moi-sdk.

8 lines 225 B
/** * Hashes a topic string * * @param {string} topic - topic value to hash * @returns {string} a hash of the topic */ export declare const topicHash: (topic: string) => string; //# sourceMappingURL=logic-events.d.ts.map