Skip to main content

ObjectRef

Namespace: IotaSdk

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

Inheritance ObjectObjectRef
Implements IDisposable, IEquatable<ObjectRef>
Attributes NullableContextAttribute, NullableAttribute

Properties

Address

public ObjectId Address { get; init; }

Property Value

ObjectId

Digest

public string Digest { get; init; }

Property Value

String

Version

public ulong Version { get; init; }

Property Value

UInt64

Constructors

ObjectRef(ObjectId, String, UInt64)

public ObjectRef(ObjectId Address, string Digest, ulong Version)

Parameters

Address ObjectId

Digest String

Version UInt64

Methods

Dispose()

public void Dispose()