VersionUpdated
Namespace: IotaSdk
A typed view of a 0x2::display::VersionUpdated.
public class VersionUpdated : IVersionUpdated, System.IDisposable
Inheritance Object → VersionUpdated
Implements IVersionUpdated, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
VersionUpdated(UInt64)
public VersionUpdated(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Fields()
The display template as key/value pairs.
public Dictionary<string, string> Fields()
Returns
Id()
Object ID of the Display.
public ObjectId Id()
Returns
Version()
public ushort Version()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static VersionUpdated TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]