FlowERC20ConfigV2
Initialization config.
struct FlowERC20ConfigV2 {
string name;
string symbol;
EvaluableConfigV2 evaluableConfig;
EvaluableConfigV2[] flowConfig;
}
Properties
Name | Type | Description |
---|---|---|
name | string | As per Open Zeppelin ERC20Upgradeable . |
symbol | string | As per Open Zeppelin ERC20Upgradeable . |
evaluableConfig | EvaluableConfigV2 | The EvaluableConfigV2 to use to build the evaluable that can be used to evaluate handleTransfer . |
flowConfig | EvaluableConfigV2[] | The EvaluableConfigV2[] to use to build the evaluable s for all the flows, including self minting and burning. |