Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Reference — Core SDK: Marketplaces · Boson Protocol
Skip to content

Marketplaces mixin

Class: MarketplaceMixin

Source: packages/core-sdk/src/marketplaces/mixin.ts

Methods (1)

marketplace

Signatures

marketplace (1 signature)

public marketplace<T extends keyof MarketplaceTypeToClass>(
    type: T,
    handler: T extends MarketplaceType.OPENSEA
      ? OpenSeaSDKHandler
      : MarketplaceHandler,
    feeRecipient: string
  ): MarketplaceTypeToClass[T]

Related