Added get length function for token pool dsa

This commit is contained in:
Thrilok Kumar 2020-08-27 20:16:40 +05:30
parent f9d167a3a8
commit e39705a1de

View File

@ -45,6 +45,10 @@ contract Registry {
_;
}
function getDsaLength(address _pool) external view returns(uint) {
return dsaArr[_pool].length;
}
/**
* @dev Enable New Chief.
* @param _chief Address of the new chief.