Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version string
)
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func QueueStatsLive ¶ added in v0.0.16
func QueueStatsLive(queueEvents *chan *collections.Event, queueLogs chan types.Log, queueListings chan *models.ItemListedEvent, queueOutput *chan string, queueOutWS *chan *collections.Event)
Types ¶
type Owner ¶ added in v0.0.7
type Owner struct { TokenAddress string `json:"token_address"` TokenID string `json:"token_id"` ContractType string `json:"contract_type"` OwnerOf string `json:"owner_of"` BlockNumber string `json:"block_number"` BlockNumberMinted string `json:"block_number_minted"` TokenURI string `json:"token_uri"` Metadata string `json:"metadata"` Amount string `json:"amount"` Name string `json:"name"` Symbol string `json:"symbol"` TokenHash string `json:"token_hash"` LastTokenURISync time.Time `json:"last_token_uri_sync"` LastMetadataSync time.Time `json:"last_metadata_sync"` }
Click to show internal directories.
Click to hide internal directories.