erc7730.model.calldata.v1.struct module

Common data model for all calldata descriptor structs.

See documentation in https://github.com/LedgerHQ/app-ethereum for specifications of this protocol

pydantic model erc7730.model.calldata.v1.struct.CalldataDescriptorStructV1[source]View on GitHub

Bases: Model, ABC

Base class for calldata descriptor structs.

Fields:
field version: int [Required]

Version of the struct

Constraints:
  • ge = 0

  • le = 255