IFundFactory

Git Source

Inherits: IFactory

Interface for FundFactory with unified access control and factory base functionality

Combines FactoryBase functionality with fund-specific functions and unified access control

Functions

createFund

function createFund(string memory name, string memory symbol, address entity, bytes memory initData)
    external
    returns (address);

Last updated

Was this helpful?