Ledger Entry Change
@Serializable
Represents a change in a ledger entry during simulation.
Before and After cannot be omitted at the same time:
If Before is omitted, it constitutes a creation
If After is omitted, it constitutes a deletion
If both are present, it constitutes an update
Functions
Link copied to clipboard
Parses the after field from a base64-encoded string to a LedgerEntry XDR object.
Link copied to clipboard
Parses the before field from a base64-encoded string to a LedgerEntry XDR object.
Link copied to clipboard
Parses the key field from a base64-encoded string to a LedgerKey XDR object.