Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

pub fn diff_state(
    before: &LedgerState,
    after: &LedgerState
) -> Result<StateDiff, PrismError>
Produces a structured comparison of ledger entries, highlighting created, updated, and deleted keys.