BazVenueAdapterOpenSea (baz_venue_adapter_open_sea v0.0.2)
Baz adapter for OpenSea
Link to this section Summary
Functions
Callback implementation for Baz.VenueAdapter.fetch_collection_asset_page_by_slug/4
.
Callback implementation for Baz.VenueAdapter.fetch_collection_by_slug/2
.
Link to this section Types
Link to this type
collection_slug()
@type collection_slug() :: Baz.VenueAdapter.collection_slug()
Link to this type
page_cursor()
@type page_cursor() :: Baz.Page.cursor()
Link to this type
token_ids()
@type token_ids() :: Baz.VenueAdapter.token_ids()
Link to this type
venue()
@type venue() :: Baz.VenueAdapter.venue()
Link to this section Functions
Link to this function
fetch_collection_asset_page_by_slug(venue, collection_slug, token_ids, page_cursor)
@spec fetch_collection_asset_page_by_slug( venue(), collection_slug(), token_ids(), page_cursor() ) :: BazVenueAdapterOpenSea.FetchCollectionAssetPageBySlug.result()
Callback implementation for Baz.VenueAdapter.fetch_collection_asset_page_by_slug/4
.
Link to this function
fetch_collection_by_slug(venue, collection_slug)
@spec fetch_collection_by_slug(venue(), collection_slug()) :: BazVenueAdapterOpenSea.FetchCollectionBySlug.result()
Callback implementation for Baz.VenueAdapter.fetch_collection_by_slug/2
.
Link to this function
fetch_collection_event_page_by_slug(venue, collection_slug, token_ids, page_cursor)
@spec fetch_collection_event_page_by_slug( venue(), collection_slug(), token_ids(), page_cursor() ) :: BazVenueAdapterOpenSea.FetchCollectionEventPageBySlug.result()
Callback implementation for Baz.VenueAdapter.fetch_collection_event_page_by_slug/4
.