1 | <?php |
||
13 | class BitcoinCashCheckerCreator extends CheckerCreator |
||
14 | { |
||
15 | /** |
||
16 | * @param TransactionInterface $tx |
||
17 | * @param int $nInput |
||
18 | * @param TransactionOutputInterface $txOut |
||
19 | * @return Checker |
||
20 | */ |
||
21 | 1 | public function create(TransactionInterface $tx, int $nInput, TransactionOutputInterface $txOut): CheckerBase |
|
25 | } |
||
26 |