IssuerInfo
Struct of issuer information
primaryReceiverAddress of splitter contract receiving primary salesprojectInfoProject informationactiveMintersArray of authorized minter contracts used for enumerationmintersMapping of minter contract to authorization status
struct IssuerInfo {
address primaryReceiver;
ProjectInfo projectInfo;
address[] activeMinters;
mapping(address => uint8) minters;
}