mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-08 23:58:09 +00:00
12 lines
286 B
Python
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),
|
|
}
|