Skip to main content

UnusedValueWithoutDrop

Namespace: IotaSdk

Unused result without the drop ability.

internal record class UnusedValueWithoutDrop : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+UnusedValueWithoutDrop, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectExecutionErrorUnusedValueWithoutDrop
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<UnusedValueWithoutDrop>
Attributes NullableAttribute

Properties

Result

public ushort Result { get; init; }

Property Value

UInt16

Subresult

public ushort Subresult { get; init; }

Property Value

UInt16

Constructors

UnusedValueWithoutDrop(UInt16, UInt16)

Unused result without the drop ability.

public UnusedValueWithoutDrop(ushort Result, ushort Subresult)

Parameters

Result UInt16

Subresult UInt16