ItemListed
Namespace: IotaSdk
A typed view of a 0x2::kiosk::ItemListed.
public class ItemListed : IItemListed, System.IDisposable
Inheritance Object → ItemListed
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
Kiosk()
Object ID of the kiosk.
public ObjectId Kiosk()
Returns
Price()
Listing price, in nanos.
public ulong Price()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static ItemListed TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]