Class KeyringStatus
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record KeyringStatus : IEquatable<KeyringStatus>
- Inheritance
-
KeyringStatus
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
CanRemoveLegacyKeys
public bool CanRemoveLegacyKeys { get; init; }
Property Value
- bool
CanSavePassphrase
public bool CanSavePassphrase { get; init; }
Property Value
- bool
CanSetPassphraseHint
public bool CanSetPassphraseHint { get; init; }
Property Value
- bool
IsKeyringLocked
public bool IsKeyringLocked { get; init; }
Property Value
- bool
NeedsMigration
public bool NeedsMigration { get; init; }
Property Value
- bool
PassphraseHint
public string PassphraseHint { get; init; }
Property Value
- string
PassphraseRequirements
public PassphraseRequirements PassphraseRequirements { get; init; }
Property Value
- PassphraseRequirements
PassphreaseSupportEnabled
public bool PassphreaseSupportEnabled { get; init; }
Property Value
- bool
UserPassphraseIsSet
public bool UserPassphraseIsSet { get; init; }
Property Value
- bool