Claim Unbonded IDRX

After the unbonding period ends, users can claim their principal.

  • Function: claimStakePrincipalUnbonded(uint stakeId)

  • Parameters:

    • stakeId: The ID of the stake.

  • Event Emitted:

event withdrawPrincipal(
    uint stakeId,
    address staker,
    uint principalAmount,
    uint claimedTimestamp
);

Last updated