Documentation ¶
Index ¶
- Variables
- 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
- type Handler
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidContractInterface = errors.New("invalid contract interface")
Functions ¶
func FindCollectionMetadata ¶
func FindCollectionMetadata(ctx context.Context, backend bind.ContractBackend, address common.Address) (*model.NFTCollectionResponse, error)
func FindCollectionOwnerAssets ¶
func FindCollectionOwnerAssets( ctx context.Context, backend bind.ContractBackend, req AssetsRequest, ) (*model.NFTOwnershipResponse, error)
Types ¶
type AssetsRequest ¶
Click to show internal directories.
Click to hide internal directories.