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

    Interface DeprecationDetails

    Details about a deprecated field usage.

    interface DeprecationDetails {
        context?: string;
        deprecatedField: string;
        deprecatedValue: unknown;
        replacementField: string;
    }
    Index

    Properties

    context?: string

    Context about where the deprecation occurred

    deprecatedField: string

    Name of the deprecated field

    deprecatedValue: unknown

    The deprecated value that was provided

    replacementField: string

    Name of the replacement field