Skip to main content

DisplayCreated

Namespace: IotaSdk

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

public class DisplayCreated : IDisplayCreated, System.IDisposable

Inheritance ObjectDisplayCreated
Implements IDisplayCreated, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

DisplayCreated(UInt64)

public DisplayCreated(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Id()

Object ID of the created Display.

public ObjectId Id()

Returns

ObjectId

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static DisplayCreated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

DisplayCreated

Exceptions

SdkFfiException