Current section

Files

Jump to
ex_magic_eden lib ex_magic_eden collection_activity.ex
Raw

lib/ex_magic_eden/collection_activity.ex

defmodule ExMagicEden.CollectionActivity do
@type t :: %__MODULE__{}
defstruct ~w[
signature
type
source
token_mint
collection
slot
block_time
buyer
buyer_referral
seller
seller_referral
price
]a
end