OfferingsApi

interface OfferingsApi

Interface representing an API for interacting with TBDex offerings.

Inheritors

Functions

Link copied to clipboard
abstract fun getOffering(id: String): Offering

Retrieves the offering with the specified ID.

Link copied to clipboard
abstract fun getOfferings(): List<Offering>

Retrieves a list of offerings based on the provided filter.