Macro cfx_executor::make_function_table

source ·
macro_rules! make_function_table {
    ($($func:ty), *) => { ... };
}
Expand description

A marco to construct the functions table for an internal contract for a list of types implements SolidityFunctionTrait.