File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ public function getTransaction(): TransactionInterface
167
167
{
168
168
return $ this ->tx ;
169
169
}
170
+
170
171
/**
171
- * @return string []
172
+ * @return BufferInterface []
172
173
*/
173
174
public function getUnknowns (): array
174
175
{
Original file line number Diff line number Diff line change @@ -373,6 +373,9 @@ public function getFinalizedScriptWitness(): ScriptWitnessInterface
373
373
return $ this ->finalScriptWitness ;
374
374
}
375
375
376
+ /**
377
+ * @return BufferInterface[]
378
+ */
376
379
public function getUnknownFields (): array
377
380
{
378
381
return $ this ->unknown ;
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public function getBip32Derivations(): array
161
161
}
162
162
163
163
/**
164
- * @return string []
164
+ * @return BufferInterface []
165
165
*/
166
166
public function getUnknownFields (): array
167
167
{
You can’t perform that action at this time.
0 commit comments