Skip to main content

dispatch_network

Macro dispatch_network 

Source
macro_rules! dispatch_network {
    ($evm_opts:expr, | $fen:ident | $body:expr) => { ... };
}
Expand description

Evaluates $body with $fen bound to the concrete network type selected by $evm_opts.