💠Transfer ERC1155

Use this method to transfer an ERC1155 Token.

You are only able to transfer ERC721 tokens, which is in your developer wallet and the collection use Altura services.

Usage in your script

const response = await altura.transferItem(
    COLLECTION_ADDRESS,
    TOKEN_ID,
    AMOUNT,
    TO_ADDRESS
);

const txHash = response.txHash;

Parameters

Last updated