@sentio/sdk
    Preparing search index...

    Interface ItemListed<T0>

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

    Type Parameters

    • T0
    Index

    Properties

    Properties

    id: string
    kiosk: string
    price: bigint