Freeze an index so it will always point to the sender account. This consumes the deposit.
The dispatch origin for this call must be Signed and the signing account must have a non-frozen account index.
index
Emits IndexFrozen if successful.
IndexFrozen
O(1)
Freeze an index so it will always point to the sender account. This consumes the deposit.
The dispatch origin for this call must be Signed and the signing account must have a non-frozen account
index
.index
: the index to be frozen in place.Emits
IndexFrozen
if successful.Complexity
O(1)
.