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

    Interface NormalizeOcfObjectOptions

    Options for normalizeOcfObject.

    interface NormalizeOcfObjectOptions {
        context?: string;
        emitWarnings?: boolean;
    }
    Index

    Properties

    context?: string

    Context for deprecation warnings

    emitWarnings?: boolean

    Whether to emit deprecation warnings (default: true)