FlowERC721ConfigV2
Initialization config.
struct FlowERC721ConfigV2 {
string name;
string symbol;
string baseURI;
EvaluableConfigV2 evaluableConfig;
EvaluableConfigV2[] flowConfig;
}
Properties
Name | Type | Description |
---|---|---|
name | string | As per Open Zeppelin ERC721Upgradeable . |
symbol | string | As per Open Zeppelin ERC721Upgradeable . |
baseURI | string | As per Open Zeppelin ERC721Upgradeable . |
evaluableConfig | EvaluableConfigV2 | The EvaluableConfigV2 to use to build the evaluable that can be used to handle transfers and build token IDs for the token URI. |
flowConfig | EvaluableConfigV2[] | Initialization config for the Evaluable s that define the flow behaviours outside self mints/burns. |