| 1 | <?php |
||
| 8 | class TransactionWitnessCollection extends StaticCollection |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Initialize a new collection with a list of Inputs. |
||
| 12 | * |
||
| 13 | * @param ScriptWitnessInterface[] $vScriptWitness |
||
| 14 | */ |
||
| 15 | public function __construct(array $vScriptWitness = []) |
||
| 27 | |||
| 28 | public function __clone() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return ScriptWitnessInterface |
||
| 40 | */ |
||
| 41 | public function current() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @param int $offset |
||
| 48 | * @return ScriptWitnessInterface |
||
| 49 | */ |
||
| 50 | public function offsetGet($offset) |
||
| 58 | } |
||
| 59 |