package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: May 2, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ErrFetchingBlurSlug is returned when the blur slug could not be fetched.
type BlurSlugResponse struct {
Success bool `json:"success"`
Collections []struct {
ContractAddress string `json:"contractAddress"`
CollectionSlug string `json:"collectionSlug"`
Name string `json:"name"`
ImageURL string `json:"imageUrl"`
TotalSupply int `json:"totalSupply"`
} `json:"collections"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.