Module logs

Module logs 

Source

Structsยง

LogsArgs
CLI arguments for cast logs.

Functionsยง

build_filter ๐Ÿ”’
Builds a Filter by first trying to parse the sig_or_topic as an event signature. If successful, topics_or_args is parsed as indexed inputs and converted to topics. Otherwise, sig_or_topic is prepended to topics_or_args and used as raw topics.
build_filter_event_sig ๐Ÿ”’
Creates a [Filter] from the given event signature and arguments.
build_filter_topics ๐Ÿ”’
Creates a [Filter] from raw topic hashes.