1
0
This commit is contained in:
SomberNight
2018-08-14 19:38:19 +02:00
parent 5f3408dd70
commit 88fc62e8f7
4 changed files with 61 additions and 88 deletions

View File

@@ -65,7 +65,8 @@ TxOutput = NamedTuple("TxOutput", [('type', int), ('address', str), ('value', Un
TxOutputHwInfo = NamedTuple("TxOutputHwInfo", [('address_index', Tuple),
('sorted_xpubs', Iterable[str]),
('num_sig', Optional[int])])
('num_sig', Optional[int]),
('script_type', str)])
class BCDataStream(object):