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

    Function getProposedPaymentStreamDisclosedContracts

    • Get disclosed contracts for a ProposedPaymentStream contract This allows parties to exercise choices on the proposal when needed

      Parameters

      • client: OcpClient
      • proposedPaymentStreamContractId: string
      • OptionalreadAs: string[]

      Returns Promise<
          {
              contractId: string;
              createdEventBlob: string;
              synchronizerId: string;
              templateId: string;
          }[],
      >