FlowConfig

Git Source

Wraps EvaluableConfig[] to workaround a Solidity bug. https://github.com/ethereum/solidity/issues/13597

struct FlowConfig {
    EvaluableConfig dummyConfig;
    EvaluableConfig[] config;
}

Properties

NameTypeDescription
dummyConfigEvaluableConfigA dummy config to workaround a Solidity bug.
configEvaluableConfig[]The list of evaluable configs that define the flows.