资金池注册接口
PoolRegistryInterface
Solidity API
struct VenusPool {
string name;
address creator;
address comptroller;
uint256 blockPosted;
uint256 timestampPosted;
}
struct VenusPoolMetaData {
string category;
string logoURL;
string description;
}
getAllPools
getPoolByComptroller
getVTokenForAsset
getPoolsSupportedByAsset
getVenusPoolMetadata
Last updated