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

    Interface OcfDocumentData

    interface OcfDocumentData {
        comments?: string[];
        id: string;
        md5: string;
        path?: string;
        related_objects?: OcfObjectReference[];
        uri?: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    id: string

    Identifier for the object

    md5: string

    MD5 hash of the document contents (32-character hex)

    path?: string

    Relative file path to the document within the OCF bundle

    related_objects?: OcfObjectReference[]

    References to related OCF objects

    uri?: string

    External URI to the document (used when the file is hosted elsewhere)