Class ConditionValidTimes
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record ConditionValidTimes : IEquatable<ConditionValidTimes>
- Inheritance
-
ConditionValidTimes
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
MaxBlocksAfterCreated
public uint? MaxBlocksAfterCreated { get; init; }
Property Value
- uint?
MaxHeight
public uint? MaxHeight { get; init; }
Property Value
- uint?
MaxSecAfterCreated
public ulong? MaxSecAfterCreated { get; init; }
Property Value
- ulong?
MaxTime
public ulong? MaxTime { get; init; }
Property Value
- ulong?
MinBlocksSinceCreated
public ulong? MinBlocksSinceCreated { get; init; }
Property Value
- ulong?
MinHeight
public uint? MinHeight { get; init; }
Property Value
- uint?
MinSecsSinceCreated
public ulong? MinSecsSinceCreated { get; init; }
Property Value
- ulong?
MinTime
public ulong? MinTime { get; init; }
Property Value
- ulong?