sdk.erc721lazymint.transfer
Home > @openformat/sdk > ERC721LazyMint > transfer
ERC721LazyMint.transfer() method
Transfers ownership of an ERC721 token from one address to another. transfer
Signature:
transfer(params: ERC721LazyMint_TransferParams): Promise<ContractReceipt>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | ERC721LazyMint_TransferParams |
Returns:
Promise<ContractReceipt>
{Promise<ContractReceipt>} - The transaction receipt for the transfer operation.
Exceptions
{Error} - Throws an error if the transfer operation fails.