FlowERC1155ConfigV2

Git Source

Initialization config.

struct FlowERC1155ConfigV2 {
    string uri;
    EvaluableConfigV2 evaluableConfig;
    EvaluableConfigV2[] flowConfig;
}

Properties

NameTypeDescription
uristringAs per Open Zeppelin ERC1155Upgradeable.
evaluableConfigEvaluableConfigV2The EvaluableConfigV2 to use to build the evaluable that can be used to handle transfers.
flowConfigEvaluableConfigV2[]Initialization config for the Evaluables that define the flow behaviours outside self mints/burns.