Developers > Yield Tranches > Methods > AAstaking
This method returns the address of the StakingRewards contract for AA (Senior) tranche staking.
function AAStaking( ) external view returns(address);
address _val
Address of the StakingRewards contract for AA tranche staking (can be address(0) which means that staking is disabled for AA)
address(0)
Last updated 2 years ago
Was this helpful?