Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
metropolite
/
wp-content
/
plugins
/
mycryptocheckout
/
vendor
/
bitwasp
/
bitcoin
/
src
/
Script
/
ScriptInfo
:
ScriptWitnessInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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); }