| Current Path : /home/rtorresani/www/app/code/Torresani/FidelityChain/Api/ |
| Current File : //home/rtorresani/www/app/code/Torresani/FidelityChain/Api/RegistryRepositoryInterface.php |
<?php
namespace Torresani\FidelityChain\Api;
interface RegistryRepositoryInterface
{
/**
* Return a filtered product.
*
* @param string[] $walletAddresses
* @return \Torresani\FidelityChain\Api\ResponseItemInterface
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function getRegistry($walletAddresses);
}