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

    Interface GetDocumentAsOcfResult

    interface GetDocumentAsOcfResult {
        contractId: string;
        document: OcfDocumentData & { id?: string; object_type: "DOCUMENT" };
    }
    Index

    Properties

    Properties

    contractId: string
    document: OcfDocumentData & { id?: string; object_type: "DOCUMENT" }