Table of Contents

Class PassphraseRequirements

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record PassphraseRequirements : IEquatable<PassphraseRequirements>
Inheritance
PassphraseRequirements
Implements
Inherited Members
Extension Methods

Properties

IsOptional

public bool IsOptional { get; init; }

Property Value

bool

MinLength

public int MinLength { get; init; }

Property Value

int