Documentation ¶
Index ¶
- func FormatListing(gb *gloomberg.Gloomberg, event *osmodels.ItemListedEvent)
- func HandleCollectionOffer(gb *gloomberg.Gloomberg, event *models.CollectionOffer)
- func HandleItemListed(gb *gloomberg.Gloomberg, event *models.ItemListed)
- func HandleItemReceivedBid(gb *gloomberg.Gloomberg, event *models.ItemReceivedBid)
- func OpenseaEventsHandler(gb *gloomberg.Gloomberg)
- func TokenTransactionFormatter(gb *gloomberg.Gloomberg, seawa *seawatcher.SeaWatcher)
- type OutputColors
- type OutputLine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatListing ¶
func FormatListing(gb *gloomberg.Gloomberg, event *osmodels.ItemListedEvent)
func HandleCollectionOffer ¶ added in v0.7.3
func HandleCollectionOffer(gb *gloomberg.Gloomberg, event *models.CollectionOffer)
func HandleItemListed ¶ added in v0.7.3
func HandleItemListed(gb *gloomberg.Gloomberg, event *models.ItemListed)
func HandleItemReceivedBid ¶ added in v0.7.3
func HandleItemReceivedBid(gb *gloomberg.Gloomberg, event *models.ItemReceivedBid)
func OpenseaEventsHandler ¶ added in v0.7.3
OpenseaEventsHandler handles all incoming & decoded events from OpenSea and dispatches them to the appropriate handler.
func TokenTransactionFormatter ¶
func TokenTransactionFormatter(gb *gloomberg.Gloomberg, seawa *seawatcher.SeaWatcher)
func TokenTransactionFormatter(gb *gloomberg.Gloomberg, seawa *seawatcher.SeaWatcher, queueWsOutTokenTransactions chan *totra.TokenTransaction, queueWsInTokenTransactions chan *totra.TokenTransaction) {.
Types ¶
type OutputColors ¶
type OutputLine ¶
type OutputLine struct { PlatformSymbol string DateTime string PriceSymbol string ActionSymhol string FromToSymbol string Price float64 PricePerItem float64 CollectionName string TokenIDs []int64 TxHash string Buyer osmodels.Account Seller osmodels.Account NumSales int NumListings int SaLiRa float64 Colors OutputColors }
Click to show internal directories.
Click to hide internal directories.