Skip to main content

ProtocolConfigAttr

Namespace: IotaSdk

A key-value protocol configuration attribute.

public record class ProtocolConfigAttr : System.IEquatable`1[[IotaSdk.ProtocolConfigAttr, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectProtocolConfigAttr
Implements IEquatable<ProtocolConfigAttr>
Attributes NullableContextAttribute, NullableAttribute

Properties

Key

public string Key { get; init; }

Property Value

String

Value

public string? Value { get; init; }

Property Value

String

Constructors

ProtocolConfigAttr(String, String)

A key-value protocol configuration attribute.

public ProtocolConfigAttr(string Key, string? Value)

Parameters

Key String

Value String?