ObjectIn
Namespace: IotaSdk
State of an object prior to execution
If an object exists (at root-level) in the store prior to this transaction, it should be Data, otherwise it's Missing, e.g. wrapped objects should be Missing.
BCS
The BCS serialized form for this type is defined by the following ABNF:
object-in = object-in-missing / object-in-data
object-in-missing = %d00
object-in-data = %d01 u64 digest owner
public record class ObjectIn : System.IDisposable, System.IEquatable`1[[IotaSdk.ObjectIn, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ObjectIn
Implements IDisposable, IEquatable<ObjectIn>
Attributes NullableContextAttribute, NullableAttribute
Constructors
ObjectIn()
public ObjectIn()
Methods
Dispose()
public void Dispose()