📜Get an Item's History
Use this method to get an Item's Transaction History.
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 | The item's collection address |
| String | Yes | The item's tokenId |
.onError()
Action on Error: returns error information.
.onComplete()
Action on successful: returns History_modal
type.
.Run()
Runs the API call and fills the corresponding model in the component on success.
Last updated