lib/ex_magic_eden/token_listing.ex

defmodule ExMagicEden.TokenListing do
  @type t :: %__MODULE__{}

  defstruct ~w[
    pda_address
    auction_house
    token_address
    token_mint
    seller
    token_size
    price
  ]a
end