Skip to content

Commit

Permalink
[FABN-1700] fix HSMWalletMixin TypeDef (#428)
Browse files Browse the repository at this point in the history
Signed-off-by: lesleyannj <lesleyannj@hotmail.com>
  • Loading branch information
lesleyannjordan committed Feb 25, 2021
1 parent 08a2bd2 commit d2eabde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-network/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class X509WalletMixin implements WalletMixin {

export class HSMWalletMixin implements WalletMixin {
public static createIdentity(mspId: string, certificate: string): Identity;
constructor();
constructor(library?: string, slot?: string, pin?: string, userType?: string);
}

export interface Checkpoint {
Expand Down

0 comments on commit d2eabde

Please sign in to comment.