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

    Interface GetDocumentAsOcfResult

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

    Properties

    Properties

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