1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 23:58:09 +00:00
trezor-firmware/src/trezor/messages/HDNodePathType.py
2017-06-07 19:06:26 +02:00

12 lines
286 B
Python

# Automatically generated by pb2py
from micropython import const
import protobuf as p
from .HDNodeType import HDNodeType
class HDNodePathType(p.MessageType):
FIELDS = {
1: ('node', HDNodeType, 0), # required
2: ('address_n', p.UVarintType, p.FLAG_REPEATED),
}