Closed
Description
According to the EDF documentation (https://docs.ergo.services/networking/network-transparency#edf-ergo-framework-data-format):
"All child elements in the registered structures must be public. If you need to encode/decode structures with private fields, you will need to implement a custom encoder/decoder for that data type."
However, based on my testing and code review (
Line 241 in 74c15c2
Should we add the corresponding exported field check to align with the documentation? This would help prevent unintended exposure of private fields and match the framework's design specifications.
Metadata
Metadata
Assignees
Labels
No labels