Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 80% |
Changes | 0 |
1 | <?php |
||
13 | class P2wpkhScriptDataFactory extends KeyToScriptDataFactory |
||
14 | { |
||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | 22 | public function getScriptType(): string |
|
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param PublicKeyInterface ...$keys |
||
25 | * @return ScriptAndSignData |
||
26 | */ |
||
27 | 12 | protected function convertKeyToScriptData(PublicKeyInterface ...$keys): ScriptAndSignData |
|
41 |