Skip to main content

ItemDelisted

Namespace: IotaSdk

A typed view of a 0x2::kiosk::ItemDelisted.

public class ItemDelisted : IItemDelisted, System.IDisposable

Inheritance ObjectItemDelisted
Implements IItemDelisted, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

ItemDelisted(UInt64)

public ItemDelisted(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Id()

public ObjectId Id()

Returns

ObjectId

Kiosk()

public ObjectId Kiosk()

Returns

ObjectId

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static ItemDelisted TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

ItemDelisted

Exceptions

SdkFfiException