airswap-protocols
airswap-protocols copied to clipboard
Add staking delegation functions
Add setDelegate
- Delegate account must not hold a staking balance
- Delegate account will no longer able to stake so should be mutually accepted
- Calling balanceOf(delegate) is same as balanceOf(staker)
- Calling balanceOf(staker) is zero if delegate is set Add unsetDelegate