Skip to main content

VersionUpdated

Namespace: IotaSdk

A typed view of a 0x2::display::VersionUpdated.

public class VersionUpdated : IVersionUpdated, System.IDisposable

Inheritance ObjectVersionUpdated
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

Dictionary<String, String>

Id()

Object ID of the Display.

public ObjectId Id()

Returns

ObjectId

Version()

public ushort Version()

Returns

UInt16

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static VersionUpdated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

VersionUpdated

Exceptions

SdkFfiException