FlowERC1155ConfigV2
Initialization config.
struct FlowERC1155ConfigV2 {
string uri;
EvaluableConfigV2 evaluableConfig;
EvaluableConfigV2[] flowConfig;
}
Properties
Name | Type | Description |
---|---|---|
uri | string | As per Open Zeppelin ERC1155Upgradeable . |
evaluableConfig | EvaluableConfigV2 | The EvaluableConfigV2 to use to build the evaluable that can be used to handle transfers. |
flowConfig | EvaluableConfigV2[] | Initialization config for the Evaluable s that define the flow behaviours outside self mints/burns. |