2016-05-03 16:28:58 +00:00
|
|
|
# Automatically generated by pb2py
|
2016-09-28 16:01:23 +00:00
|
|
|
import protobuf as p
|
2016-09-29 10:37:40 +00:00
|
|
|
from micropython import const
|
2016-05-03 16:28:58 +00:00
|
|
|
from .MultisigRedeemScriptType import MultisigRedeemScriptType
|
2016-06-09 14:27:28 +00:00
|
|
|
t = p.MessageType('GetAddress')
|
2016-10-03 13:41:38 +00:00
|
|
|
t.wire_type = const(29)
|
2016-05-03 16:28:58 +00:00
|
|
|
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
|
|
|
t.add_field(2, 'coin_name', p.UnicodeType, default=u'Bitcoin')
|
|
|
|
t.add_field(3, 'show_display', p.BoolType)
|
|
|
|
t.add_field(4, 'multisig', p.EmbeddedMessage(MultisigRedeemScriptType))
|
2016-10-03 13:41:38 +00:00
|
|
|
t.add_field(5, 'script_type', p.UVarintType, default=0)
|
2016-10-24 13:42:59 +00:00
|
|
|
GetAddress = t
|