Withdraws NFT from locker.
import { withdrawNFT } from '@honey-finance/sdk';const metadata = await Metadata.findByMint(sdkConfig.saberHqConnection, mintID);const tx = await withdrawNFT(sdkConfig.saberHqConnection, honeyUser, metadata.pubkey);
Generated using TypeDoc
Withdraws NFT from locker.
Example