| 1 | <?php  | 
            ||
| 11 | class P2pkhScriptDataFactory extends KeyToScriptDataFactory  | 
            ||
| 12 | { | 
            ||
| 13 | /**  | 
            ||
| 14 | * @return string  | 
            ||
| 15 | */  | 
            ||
| 16 | 38 | public function getScriptType()  | 
            |
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * @param PublicKeyInterface $publicKey  | 
            ||
| 23 | * @return ScriptAndSignData  | 
            ||
| 24 | */  | 
            ||
| 25 | 16 | protected function convertKeyToScriptData(PublicKeyInterface $publicKey)  | 
            |
| 32 | }  | 
            ||
| 33 |