Table of Contents

Class NameValuePair

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

Properties

Name

public string Name { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string