1 | <?php |
||
8 | class ScriptWitness extends StaticBufferCollection implements ScriptWitnessInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param ScriptWitnessInterface $witness |
||
12 | * @return bool |
||
13 | */ |
||
14 | 50 | public function equals(ScriptWitnessInterface $witness) |
|
29 | |||
30 | /** |
||
31 | * @return \BitWasp\Buffertools\BufferInterface |
||
32 | */ |
||
33 | public function getBuffer() |
||
37 | } |
||
38 |