Interface EnsembleConfig

interface EnsembleConfig {
    agentRegistryAddress: string;
    network: NetworkConfig;
    serviceRegistryAddress: string;
    subgraphUrl?: string;
    taskRegistryAddress: string;
}

Properties

agentRegistryAddress: string
network: NetworkConfig
serviceRegistryAddress: string
subgraphUrl?: string
taskRegistryAddress: string