1 | <?php |
||
11 | class ScriptHashAddress extends Base58Address |
||
12 | { |
||
13 | /** |
||
14 | * ScriptHashAddress constructor. |
||
15 | * @param BufferInterface $hash |
||
16 | 20 | */ |
|
17 | public function __construct(BufferInterface $hash) |
||
25 | 8 | ||
26 | /** |
||
27 | 8 | * @param NetworkInterface $network |
|
28 | * @return string |
||
29 | */ |
||
30 | public function getPrefixByte(NetworkInterface $network = null) |
||
35 | |||
36 | /** |
||
37 | * @return ScriptInterface |
||
38 | */ |
||
39 | public function getScriptPubKey() |
||
43 | } |
||
44 |