1 | <?php |
||
17 | class CheckerCreator extends CheckerCreatorBase |
||
18 | { |
||
19 | public static function fromEcAdapter(EcAdapterInterface $ecAdapter) |
||
26 | /** |
||
27 | * @param TransactionInterface $tx |
||
28 | * @param int $nInput |
||
29 | * @param TransactionOutputInterface $txOut |
||
30 | * @return CheckerBase |
||
31 | */ |
||
32 | 113 | public function create(TransactionInterface $tx, int $nInput, TransactionOutputInterface $txOut): CheckerBase |
|
36 | } |
||
37 |