For the complete documentation index, see llms.txt. This page is also available as Markdown.

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