Crate anvil_zksync_common

Source

Modules§

address_map
cache
resolver
Resolving the selectors (both method & event) with external database.
shell
Utility functions for writing to stdout and stderr.
utils

Macros§

sh_eprint
Macro to print a formatted message to stderr.
sh_eprintln
Macro to print a formatted message (with newline) to stderr.
sh_err
Macro to print an error message.
sh_print
Macro to print a formatted message to stdout.
sh_println
Macro to print a formatted message (with a newline) to stdout.
sh_warn
Macro to print a warning message.