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

    Interface NormalizedOcfDataResult<T>

    Result of automatic OCF data normalization.

    interface NormalizedOcfDataResult<T> {
        data: T;
        normalized: boolean;
        normalizedFields: string[];
        warnings: string[];
    }

    Type Parameters

    • T
    Index

    Properties

    data: T

    The normalized data with deprecated fields converted

    normalized: boolean

    Whether any normalization was performed

    normalizedFields: string[]

    List of deprecated fields that were normalized

    warnings: string[]

    Warnings generated during normalization