Skip to main content

sdk.erc721base.transfer

Home > @openformat/sdk > ERC721Base > transfer

ERC721Base.transfer() method

Transfers ownership of an ERC721 token from one address to another. transfer

Signature:

transfer(params: ERC721TransferParams): Promise<ContractReceipt>;

Parameters

ParameterTypeDescription
paramsERC721TransferParams

Returns:

Promise<ContractReceipt>

{Promise<ContractReceipt>} - The transaction receipt for the transfer operation.

Exceptions

{Error} - Throws an error if the transfer operation fails.