ExMagicEden.ListedNFT (ex_magic_eden v0.0.5)

Link to this section Summary

Link to this section Types

@type t() :: %ExMagicEden.ListedNFT{
  attributes: term(),
  collection_name: term(),
  collection_title: term(),
  creators: term(),
  escrow_pubkey: term(),
  id: term(),
  img: term(),
  is_tradeable: term(),
  mint_address: term(),
  on_chain_collection: term(),
  owner: term(),
  price: term(),
  rarity: term(),
  title: term(),
  v2: term()
}