airswap-protocols icon indicating copy to clipboard operation
airswap-protocols copied to clipboard

Add staking delegation functions

Open dmosites opened this issue 3 years ago • 0 comments

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

dmosites avatar Aug 11 '21 10:08 dmosites