Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/app/code/Torresani/FidelityChain/Api/
Upload File :
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);

}