PoolRegistryInterface
PoolRegistryInterface
Solidity API
struct EnclabsPool {
string name;
address creator;
address comptroller;
uint256 blockPosted;
uint256 timestampPosted;
}struct EnclabsPoolMetaData {
string category;
string logoURL;
string description;
}function getAllPools() external view returns (struct PoolRegistryInterface.EnclabsPool[])Last updated