Check if a safe with the given mnemonic already exists This can be used to prevent duplicate safe creation
bool existsByFingerprint(String fingerprint) { return getByFingerprint(fingerprint) != null; }