Unbond Staked IDRX
This function initiates the unbonding process for staked IDRX.
Function:
unbondStake(uint stakeId)
Parameters:
stakeId
: The ID of the stake.
Event Emitted:
event stakeUnbonded(
uint stakeId,
uint unbondingTimestamp
);
Last updated