1 | <?php |
||
10 | class CheckerCreator extends CheckerCreatorBase |
||
11 | { |
||
12 | /** |
||
13 | * @param TransactionInterface $tx |
||
14 | * @param int $nInput |
||
15 | * @param TransactionOutputInterface $txOut |
||
16 | * @return CheckerBase |
||
17 | */ |
||
18 | 60 | public function create(TransactionInterface $tx, $nInput, TransactionOutputInterface $txOut) |
|
22 | } |
||
23 |