FlowERC20ConfigV2

Git Source

Initialization config.

struct FlowERC20ConfigV2 {
    string name;
    string symbol;
    EvaluableConfigV2 evaluableConfig;
    EvaluableConfigV2[] flowConfig;
}

Properties

NameTypeDescription
namestringAs per Open Zeppelin ERC20Upgradeable.
symbolstringAs per Open Zeppelin ERC20Upgradeable.
evaluableConfigEvaluableConfigV2The EvaluableConfigV2 to use to build the evaluable that can be used to evaluate handleTransfer.
flowConfigEvaluableConfigV2[]The EvaluableConfigV2[] to use to build the evaluables for all the flows, including self minting and burning.