Skip to content

Commit

Permalink
feat(corda): support 5.1 via TS/HTTP (no JVM)
Browse files Browse the repository at this point in the history
Fixes hyperledger-cacti#2978
Fixes hyperledger-cacti#3293

Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
  • Loading branch information
adrianbatuto committed Aug 19, 2024
1 parent 35e3ff3 commit 53d1b9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ import {
DiagnoseNodeV1Response,
} from "../generated/openapi/typescript-axios";

import {
PluginLedgerConnectorCorda,
CordaVersion,
} from "../plugin-ledger-connector-corda";
export interface IDiagnoseNodeEndpointV1Options {
logLevel?: LogLevelDesc;
apiUrl?: string;
cordaVersion?: CordaVersion;
connector?: PluginLedgerConnectorCorda;
}

export class DiagnoseNodeEndpointV1 implements IWebServiceEndpoint {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
ListFlowsV1Request,
ListFlowsV1Response,
} from "../generated/openapi/typescript-axios";

export interface IListFlowsEndpointV1Options {
logLevel?: LogLevelDesc;
apiUrl?: string;
Expand Down

0 comments on commit 53d1b9a

Please sign in to comment.