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

    Interface PaymentContextWithDisclosedContracts

    interface PaymentContextWithDisclosedContracts {
        disclosedContracts: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        }[];
        paymentContext: PaymentContext;
    }
    Index

    Properties

    disclosedContracts: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }[]
    paymentContext: PaymentContext