Transfer ERC721
Last updated
Last updated
Use this method to transfer an ERC721 Token from your developer wallet.
You are only able to transfer ERC721 tokens, which is in your developer wallet and the collection use Altura services.
.Initialize()
.SetParameters()
.onError()
Action on Error: returns error information.
.onComplete()
.Run()
Runs the API call and fills the corresponding model in the component on success.
Action on successful: returns type.
destroyAtEnd
bool
Optional
defines if this component will be destroyed after .Run()
collection_addr
String
Yes
The item's collection address
token_id
String
Yes
The item's tokenId
to_addr
String
Yes
The recipient's EVM-compatible address (0x...)