node
node copied to clipboard
Add a staking stateful precompile contract
Describe the Issue The staking stateful precompile contract allows to delegate ZETA for staking through the EVM.
It should contains the basic integration of the staking module:
delegate()
redelegate()
undelegate()
claim()