Documentation ¶
Index ¶
- func GetAssetContract(contractAddress common.Address) *osmodels.AssetContract
- func GetCollection(slug string) *osmodels.CollectionResponse
- func GetCollectionSlug(collectionAddress common.Address) string
- func GetCollectionStats(collectionSlug string) *osmodels.FullCollectionStats
- func GetCollectionsFor(walletAddress common.Address, userCollections *collections.CollectionDB, ...) []*collections.Collection
- func GetListings(contractAddress common.Address, tokenID int64) []osmodels.SeaportOrder
- func GetTokensFor(walletAddress common.Address, try int, cursor string) []*token.Token
- func GetWalletCollections(gb *gloomberg.Gloomberg) []*collections.Collection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAssetContract ¶
func GetAssetContract(contractAddress common.Address) *osmodels.AssetContract
func GetCollection ¶ added in v0.8.0
func GetCollection(slug string) *osmodels.CollectionResponse
GetCollectionsFor returns the collections a wallet owns at least one item of.
func GetCollectionSlug ¶
func GetCollectionStats ¶ added in v0.7.1
func GetCollectionStats(collectionSlug string) *osmodels.FullCollectionStats
func GetCollectionsFor ¶
func GetCollectionsFor(walletAddress common.Address, userCollections *collections.CollectionDB, providerPool *provider.Pool, try int, rueidica *rueidica.Rueidica) []*collections.Collection
GetCollectionsFor returns the collections a wallet owns at least one item of.
func GetListings ¶ added in v0.2.0
func GetListings(contractAddress common.Address, tokenID int64) []osmodels.SeaportOrder
func GetTokensFor ¶ added in v0.7.1
func GetWalletCollections ¶
func GetWalletCollections(gb *gloomberg.Gloomberg) []*collections.Collection
GetWalletCollections returns the collections a wallet owns at least one item of. func GetWalletCollections(wallets *wallet.Wallets, userCollections *collections.CollectionDB, nodes *nodes.Nodes) []*collections.Collection {.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.