SafeEntityExt extension
- on
Methods
-
existsByFingerprint(
String fingerprint) → bool -
Available on Box<
Check if a safe with the given mnemonic already exists This can be used to prevent duplicate safe creationSafeEntity> , provided by the SafeEntityExt extension -
findAllByFingerprint(
String fingerprint) → List< SafeEntity> -
Available on Box<
Get all safes that match a mnemonic fingerprint Normally this should return 0 or 1 safe, but this method can help detect duplicatesSafeEntity> , provided by the SafeEntityExt extension -
getByFingerprint(
String fingerprint) → SafeEntity? -
Available on Box<
Find a safe by its mnemonic fingerprint Returns null if no safe with the given fingerprint existsSafeEntity> , provided by the SafeEntityExt extension -
getNumber(
int number) → SafeEntity -
Available on Box<
SafeEntity> , provided by the SafeEntityExt extension