| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 50 | public function __construct(string $prefix, int $depth, int $parentFingerprint, int $sequence, BufferInterface $chainCode, BufferInterface $keyData) |
||
| 51 | { |
||
| 52 | $this->prefix = $prefix; |
||
| 53 | $this->depth = $depth; |
||
| 54 | $this->parentFpr = $parentFingerprint; |
||
| 55 | $this->sequence = $sequence; |
||
| 56 | $this->chainCode = $chainCode; |
||
| 57 | $this->keyData = $keyData; |
||
| 58 | } |
||
| 59 | |||
| 108 |