isActive method

bool isActive()

Check if the account is active based on the deactivation slot.

Implementation

bool isActive() {
  return deactivationSlot == _Utils.u64Max;
}