Structsยง
- Logs
Args - CLI arguments for
cast logs.
Functionsยง
- build_
filter ๐ - Builds a Filter by first trying to parse the
sig_or_topicas an event signature. If successful,topics_or_argsis parsed as indexed inputs and converted to topics. Otherwise,sig_or_topicis prepended totopics_or_argsand 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.