opensea-js - v8.0.20
    Preparing search index...

    Interface PricingCurrencies

    Pricing currencies for a collection, defining default currencies for listings and offers.

    interface PricingCurrencies {
        listingCurrency?: OpenSeaPaymentToken;
        offerCurrency?: OpenSeaPaymentToken;
    }
    Index

    Properties

    listingCurrency?: OpenSeaPaymentToken
    offerCurrency?: OpenSeaPaymentToken