ExOpenSea.EventsResponse (ex_open_sea v0.0.7)

Link to this section Summary

Link to this section Types

Link to this type

asset_event()

@type asset_event() :: ExOpenSea.AssetEvent.t()
@type t() :: %ExOpenSea.EventsResponse{
  asset_events: [asset_event()],
  next: String.t() | nil,
  previous: String.t() | nil
}