Documentation

    Type Alias KioskListing

    A dynamic field Listing { ID, isExclusive } attached to the Kiosk. Holds a u64 value - the price of the item.

    type KioskListing = {
        isExclusive: boolean;
        listingId: string;
        objectId: string;
        price?: string;
    }
    Index

    Properties

    isExclusive: boolean

    Whether or not there's a PurchaseCap issued. true means that the listing is controlled by some logic and can't be purchased directly.

    TODO: consider renaming the field for better indication.

    listingId: string

    The ID of the listing

    objectId: string

    The ID of the Item

    price?: string
    MMNEPVFCICPMFPCPTTAAATR