TransferNFT

Description

Helper action to transfer a NFT token to the specified address.

Notes

The user's wallet must have approve if _from != user's wallet.

Action ID

0xa3443678

SDK Action

const transferNFTAction = new dfs.actions.basic.TransferNFTAction(
    nftAddr,
    from,
    to,
    nftId
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?