Unbond Transaction

Unbond transaction is used to unbond a validator. An unbonded validator cannot participate in the sortition algorithm anymore, and after 21 days, the stake can be withdrawn. This is called the “unbond interval” and is defined in the consensus parameter.

Payload Structure

The unbond transaction has a payload consists the following field:

FieldSize
Validator address21 bytes
  • Validator address is the address of validator that is unbonded.
Last updated on