Ledger entries represent the state of accounts, trustlines, and contracts. Serialization support is necessary for State Archive handling and RPC responses.
Implementation Guidelines
Key Files: crates/core/src/xdr/codec.rs.
- Implement the
XdrCodec trait for the LedgerEntry type.
Expectations
What done looks like: Reliable XDR serialization and deserialization for Stellar LedgerEntry objects.
For any question, reach me on Discord: emry_ss
Ledger entries represent the state of accounts, trustlines, and contracts. Serialization support is necessary for State Archive handling and RPC responses.
Implementation Guidelines
Key Files:
crates/core/src/xdr/codec.rs.XdrCodectrait for theLedgerEntrytype.Expectations
What done looks like: Reliable XDR serialization and deserialization for Stellar
LedgerEntryobjects.For any question, reach me on Discord: emry_ss