Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Interface OcfComparisonOptions

    Options for OCF comparison.

    interface OcfComparisonOptions {
        deprecatedFields?: readonly string[];
        ignoredFields?: readonly string[];
        reportDifferences?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deprecatedFields?: readonly string[]

    Deprecated fields that may differ between source and destination. Defaults to empty array (compare all fields). Use DEFAULT_DEPRECATED_FIELDS to ignore deprecated OCF fields.

    ignoredFields?: readonly string[]

    Fields to ignore during comparison. Defaults to empty array (compare all fields). Use DEFAULT_INTERNAL_FIELDS to ignore internal database/SDK fields.

    reportDifferences?: boolean

    Whether to report differences for debugging. When true, differences are logged to console. Default: false