GetAvailableUnfreezeCount

Remaining times of executing unstake operation in Stake2.0

Stake 2.0 supports unstaking in batches, but only allows a maximum of 32 unstake operations at the same time. That is to say, when a user initiates the first unstake operation, before the TRX of the first unstaking arrives and is ready to be withdrawn to his or her account, he or she can only initiate another 31 unstake operations. This can prevent malicious attacks.

Returns
count - int64 : Remaining times of available unstaking.

Language
Click Try It! to start a request and see the response here!