FlowConfig
Wraps EvaluableConfig[]
to workaround a Solidity bug.
https://github.com/ethereum/solidity/issues/13597
struct FlowConfig {
EvaluableConfig dummyConfig;
EvaluableConfig[] config;
}
Properties
Name | Type | Description |
---|---|---|
dummyConfig | EvaluableConfig | A dummy config to workaround a Solidity bug. |
config | EvaluableConfig[] | The list of evaluable configs that define the flows. |