@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface SubstitutionAssertionOptions

    Options for assertion helpers. Mirrors the contract's error_report_payload_policy block: canonical fixtures can be echoed; custom payloads are SHA-256 redacted unless the grader was started with --include-raw-payloads (and even then never under AdCP Verified).

    interface SubstitutionAssertionOptions {
        include_raw_payloads?: boolean;
    }
    Index

    Properties

    include_raw_payloads?: boolean

    Override the redaction default. true echoes raw_value and observed_value verbatim regardless of is_custom_vector. Do NOT enable this in Verified-grading mode — the setting exists only for local debugging.

    Default: false.