Skip to main content

ItemListed

Namespace: IotaSdk

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

public class ItemListed : IItemListed, System.IDisposable

Inheritance ObjectItemListed
Implements IItemListed, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

ItemListed(UInt64)

public ItemListed(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Id()

Object ID of the listed item.

public ObjectId Id()

Returns

ObjectId

Kiosk()

Object ID of the kiosk.

public ObjectId Kiosk()

Returns

ObjectId

Price()

Listing price, in nanos.

public ulong Price()

Returns

UInt64

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static ItemListed TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

ItemListed

Exceptions

SdkFfiException