Interface RegistryTransferProductParams

Parameters required for transferring a product.

interface RegistryTransferProductParams {
    newOwnerAddress: string;
    productID: number;
}

Properties

newOwnerAddress: string

Address of the new owner

productID: number

ID of the product