Skip to content

voiage.decision_card.DecisionBundle

A signed, tamper-evident bundle combining a DecisionCard and inputs.

compute_bundle_hash([positional or keyword] self: None = None) -> str

Calculate SHA-256 hash over card + input payload.

Parameters:

  • self

Returns: str

verify_integrity([positional or keyword] self: None = None) -> bool

Verify that the bundle hash matches its contents.

Parameters:

  • self

Returns: bool