Versions in this module Expand all Collapse all v0 v0.3.0 Aug 27, 2022 v0.2.0 Aug 27, 2022 Changes in this version + var ErrInvalidContractInterface = errors.New("invalid contract interface") + func FindCollectionMetadata(ctx context.Context, backend bind.ContractBackend, address common.Address) (*model.NFTCollectionResponse, error) + func FindCollectionOwnerAssets(ctx context.Context, backend bind.ContractBackend, req AssetsRequest) (*model.NFTOwnershipResponse, error) + type AssetsRequest struct + Address common.Address + LoadMetadata bool + Owner common.Address + type Handler struct + func NewHandler(ctx context.Context, providerUrl string) (*Handler, error) + func (h *Handler) Shutdown(ctx context.Context)