Skip to content

Commit

Permalink
feat(quorum): 馃幐 export model-type-guards to public API surface
Browse files Browse the repository at this point in the history
These are handy utility functions that can narrow the types of
Web3SigningCredentialType instances.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Dec 1, 2020
1 parent 5480b5b commit 49ec2d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export {
IPluginLedgerConnectorQuorumOptions,
} from "./plugin-ledger-connector-quorum";

export * from "./model-type-guards";

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

import { PluginFactoryLedgerConnector } from "./plugin-factory-ledger-connector";
Expand Down

0 comments on commit 49ec2d5

Please sign in to comment.