pub fn validate_state(
params: &RepoParams,
state: &RepoState,
) -> Result<(), ValidateError>Expand description
Run the full contract validate_state check.
Called by the contract WASM whenever a peer receives a candidate state from any source (network or local). Verifies every signature in isolation; rejects any state that does not exclusively consist of owner-signed entries.