Documentation
    Preparing search index...
    interface MintPoolValuationCapOptions {
        arguments: MintPoolValuationCapArguments;
        config?: {
            predictPackageId?: string;
            protocolConfig: ConfigValue;
            registry: ConfigValue;
        };
        package?: string;
    }
    Index
    config?: {
        predictPackageId?: string;
        protocolConfig: ConfigValue;
        registry: ConfigValue;
    }
    package?: string