// Claim all the ANN accrued by holder in all markets
function claimAnnex(address holder) public
// Claim all the ANN accrued by holder in specific markets
function claimAnnex(address holder, SToken[] memory aTokens) public
// Claim all the ANN accrued by specific holders in specific markets for their supplies and/or borrows
function claimAnnex(address[] memory holders, SToken[] memory aTokens, bool borrowers, bool suppliers) public