Table of Contents

Class KVDiff

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

Properties

Key

public string Key { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string