Type alias PopulatedEnclavesDataType
 
PopulatedEnclavesDataType: { 
    clusterId: number; 
    clusterType: "Disabled" | "Admin" | "Public" | "Private"; 
    enclaveAddress: string; 
    enclaveSlot: number; 
    enclaveUrl: string; 
    operatorAddress: string; 
}
Type declaration
- 
clusterId: number
 
- 
clusterType: "Disabled" | "Admin" | "Public" | "Private"
 
- 
enclaveAddress: string
 
- 
enclaveSlot: number
 
- 
enclaveUrl: string
 
- 
operatorAddress: string