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

    Interface OcfComparisonResult

    Result of an OCF comparison with details about any differences found.

    interface OcfComparisonResult {
        differences: string[];
        equal: boolean;
    }
    Index

    Properties

    Properties

    differences: string[]

    List of paths where differences were found.

    equal: boolean

    Whether the objects are semantically equal.