IssuerInfo
Struct of issuer information
primaryReceiver
Address of splitter contract receiving primary salesprojectInfo
Project informationactiveMinters
Array of authorized minter contracts used for enumerationminters
Mapping of minter contract to authorization status
struct IssuerInfo {
address primaryReceiver;
ProjectInfo projectInfo;
address[] activeMinters;
mapping(address => uint8) minters;
}