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

    Function getProposedPaymentStreamDisclosedContracts

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

      Parameters

      • ledgerClient: LedgerJsonApiClient
      • proposedPaymentStreamContractId: string
      • OptionalreadAs: string[]

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