Skip to content

get_abi_tuple_from_abi_struct

Converts an ABI struct to a tuple representation.

  • Parameters:
    • struct_value – The struct value as a dictionary
    • struct_fields – List of struct field definitions
    • structs – Dictionary of struct definitions
  • Raises: ValueError – If a required field is missing from the struct
  • Returns: The struct as a tuple