Skip to main content

DynamicFieldValue

Namespace: IotaSdk

The value part of a dynamic field.

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

Inheritance ObjectDynamicFieldValue
Implements IDisposable, IEquatable<DynamicFieldValue>
Attributes NullableContextAttribute, NullableAttribute

Properties

TypeTag

public TypeTag TypeTag { get; init; }

Property Value

TypeTag

Bcs

public Byte[] Bcs { get; init; }

Property Value

Byte[]

Constructors

DynamicFieldValue(TypeTag, Byte[])

The value part of a dynamic field.

public DynamicFieldValue(TypeTag TypeTag, Byte[] Bcs)

Parameters

TypeTag TypeTag

Bcs Byte[]

Methods

Dispose()

public void Dispose()