@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * @param string $mnemonic |
| 69 | - * @return BufferInterface |
|
| 69 | + * @return Buffer |
|
| 70 | 70 | */ |
| 71 | 71 | public function mnemonicToEntropy($mnemonic) |
| 72 | 72 | { |
@@ -263,7 +263,7 @@ |
||
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | /** |
| 266 | - * @param BufferInterface $data |
|
| 266 | + * @param Buffer $data |
|
| 267 | 267 | * @return $this |
| 268 | 268 | */ |
| 269 | 269 | public function insertData(BufferInterface $data) |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * @param string $mnemonic |
| 69 | - * @return BufferInterface |
|
| 69 | + * @return Buffer |
|
| 70 | 70 | */ |
| 71 | 71 | public function mnemonicToEntropy($mnemonic) |
| 72 | 72 | { |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | - * @return BufferInterface |
|
| 112 | + * @return Buffer |
|
| 113 | 113 | */ |
| 114 | 114 | private function serialize() |
| 115 | 115 | { |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | /** |
| 142 | - * @return BufferInterface |
|
| 142 | + * @return Buffer |
|
| 143 | 143 | */ |
| 144 | 144 | public function getBuffer() |
| 145 | 145 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * @see \ArrayAccess::offsetSet() |
| 38 | 38 | * @param int $offset |
| 39 | - * @param BufferInterface $value |
|
| 39 | + * @param \BitWasp\Buffertools\Buffer $value |
|
| 40 | 40 | * @throws \InvalidArgumentException |
| 41 | 41 | */ |
| 42 | 42 | public function offsetSet($offset, $value) |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * @param string $mnemonic |
| 69 | - * @return BufferInterface |
|
| 69 | + * @return Buffer |
|
| 70 | 70 | */ |
| 71 | 71 | public function mnemonicToEntropy($mnemonic) |
| 72 | 72 | { |
@@ -135,7 +135,7 @@ |
||
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | /** |
| 138 | - * @param int|string $value |
|
| 138 | + * @param integer $value |
|
| 139 | 139 | * @param ScriptInterface $script |
| 140 | 140 | * @return $this |
| 141 | 141 | */ |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * @param PrivateKeyInterface $privKey |
| 81 | - * @param BufferInterface $hash |
|
| 81 | + * @param \BitWasp\Buffertools\Buffer $hash |
|
| 82 | 82 | * @param int $sigHashType |
| 83 | 83 | * @return TransactionSignature |
| 84 | 84 | */ |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * @param string $mnemonic |
| 69 | - * @return BufferInterface |
|
| 69 | + * @return Buffer |
|
| 70 | 70 | */ |
| 71 | 71 | public function mnemonicToEntropy($mnemonic) |
| 72 | 72 | { |