UNPKG

web3x

Version:

Typescript port of web3.js

11 lines (10 loc) 223 B
/** * Returns true if given string is a valid log topic. * * TODO UNDOCUMENTED * * @method isTopic * @param {String} hex encoded topic * @return {Boolean} */ export declare function isTopic(topic: string): boolean;