@sentio/sdk
    Preparing search index...

    Interface ItemPurchased<T0>

    interface ItemPurchased<T0> {
        id: string;
        kiosk: string;
        price: bigint;
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    id: string
    kiosk: string
    price: bigint