Skip to content

Commit

Permalink
fix(connector-fabric): export IPluginLedgerConnectorFabricOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt>
  • Loading branch information
RafaelAPB authored and petermetz committed Apr 28, 2021
1 parent 74a2f2e commit ada532e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export * from "./generated/openapi/typescript-axios/index";

export { PluginLedgerConnectorFabric } from "./plugin-ledger-connector-fabric";
export {
PluginLedgerConnectorFabric,
IPluginLedgerConnectorFabricOptions,
} from "./plugin-ledger-connector-fabric";

export { PluginFactoryLedgerConnector } from "./plugin-factory-ledger-connector";

import { IPluginFactoryOptions } from "@hyperledger/cactus-core-api";
Expand Down

0 comments on commit ada532e

Please sign in to comment.