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