Module evm_exec_utils::compile
source · [−]Functions
Compile the solidity sources using solc. Return a mapping with keys being contract names and values being compiled bytecode.
Compile the Yul source, given as a string, and return the binary representation of the
compiled bytecode. If return_optimized_yul is true, also return the textual representation
of optimized Yul.