Implement `LightClientUpdate`
Closed this issue · 0 comments
tchataigner commented
To prove a committee change in the light client we need to implement the data structure LightClientUpdate
that embodies the change. The data structure can be found on the sync protocol document.
This data structure will need to implement to_bytes
and from_bytes
methods that implement an SSZ serde logic.