File "ScriptWitnessInterface.php"
Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/bitcoin/src/Script/ScriptInfo/ScriptWitnessInterface.php
File size: 373 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace BitWasp\Bitcoin\Script;
use BitWasp\Bitcoin\Collection\CollectionInterface;
use BitWasp\Buffertools\SerializableInterface;
interface ScriptWitnessInterface extends CollectionInterface, SerializableInterface
{
/**
* @param ScriptWitnessInterface $witness
* @return bool
*/
public function equals(ScriptWitnessInterface $witness);
}