DisplayCreated
Namespace: IotaSdk
A typed view of a 0x2::display::DisplayCreated.
public class DisplayCreated : IDisplayCreated, System.IDisposable
Inheritance Object → DisplayCreated
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
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static DisplayCreated TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]