Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 490 Bytes

eth-connect.istopic.md

File metadata and controls

24 lines (14 loc) · 490 Bytes

Home > eth-connect > isTopic

isTopic() function

Returns true if given string is a valid log topic.

Signature:

export declare function isTopic(topic: string): boolean;

Parameters

Parameter Type Description
topic string

Returns:

boolean