🖼️Get User's Items
Use this method to get the items of a specific user.
Usage in your script
Member Functions
.Initialize()
Parameter | Type | Required | Description |
---|---|---|---|
| bool | Optional | defines if this component will be destroyed after |
.SetParameters()
Parameter | Type | Required | Description |
---|---|---|---|
| String | Yes | Unique wallet address of user |
.filter()
Parameter | Type | Required | Description |
---|---|---|---|
name | String | Optional | Filter by the item name |
collectionAddress | String | Optional | Filter by the item collection address |
chainId | String | Optional | Filter by the item chain id |
creatorAddress | String | Optional | Filter by the item creator |
fileType | String | Optional | Filter by the item file type |
isVerified | Bool | Optional | Filter if the item is verfied by Altura |
.onError()
Action on Error: returns error information.
.onComplete()
Action on successful: returns Items Items_model
type.
.Run()
Runs the API call and fills the corresponding model in the component on success.
Last updated