Skip to content

Commit

Permalink
[FABN-902] update type definition for enroll()
Browse files Browse the repository at this point in the history
update type definition

Change-Id: I4cd0425ff201e0846eabf80f05dc49a321c1dcd6
Signed-off-by: zhaochy <zhaochy_2015@hotmail.com>
  • Loading branch information
zhaochy1990 committed Nov 27, 2018
1 parent e95c7ff commit 27b6b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabric-ca-client/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ declare namespace FabricCAServices {
enrollmentSecret: string;
profile?: string;
attr_reqs?: IAttributeRequest[];
csr?: Buffer;
}

export interface IKey {
Expand Down

0 comments on commit 27b6b1e

Please sign in to comment.