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 Object → ObjectRef
Implements IDisposable, IEquatable<ObjectRef>
Attributes NullableContextAttribute, NullableAttribute
Properties
Address
public ObjectId Address { get; init; }
Property Value
Digest
public string Digest { get; init; }
Property Value
Version
public ulong Version { get; init; }
Property Value
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()