💠Bulk Transfer ERC1155
Use this method to transfer multiple ERC1155 from the same collection.
To trYou are only able to transfer ERC1155 tokens, which is in your developer wallet and the collection use Altura services.
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 | Address of the collection |
| String | Yes | Item iD |
| String | Yes | amount of item to transfer |
| String | Yes | target wallet address |
.onError()
Action on Error: returns error information.
.onComplete()
Action on successful: returns Transfer_model
type.
.Run()
Runs the API call and fills the corresponding model in the component on success.
Last updated