1 | <?php |
||
14 | class TransactionAPI extends AbstractAPI |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * TransactionAPI constructor. |
||
19 | * @param Client|null $client |
||
20 | * @throws \Exception |
||
21 | */ |
||
22 | public function __construct(Client $client = null) |
||
26 | |||
27 | /** |
||
28 | * @param Query $query |
||
29 | * @return \GuzzleHttp\Message\FutureResponse|\GuzzleHttp\Message\ResponseInterface|\GuzzleHttp\Ring\Future\FutureInterface|null |
||
30 | * @throws \Exception |
||
31 | */ |
||
32 | public function filter(Query $query) |
||
42 | } |