From 27b6b1e54f5fabe0f81ac93522a3df3c8179cb13 Mon Sep 17 00:00:00 2001 From: zhaochy Date: Tue, 27 Nov 2018 13:01:30 +0800 Subject: [PATCH] [FABN-902] update type definition for enroll() update type definition Change-Id: I4cd0425ff201e0846eabf80f05dc49a321c1dcd6 Signed-off-by: zhaochy --- fabric-ca-client/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/fabric-ca-client/types/index.d.ts b/fabric-ca-client/types/index.d.ts index b4bc8f9683..7c27b546b7 100644 --- a/fabric-ca-client/types/index.d.ts +++ b/fabric-ca-client/types/index.d.ts @@ -71,6 +71,7 @@ declare namespace FabricCAServices { enrollmentSecret: string; profile?: string; attr_reqs?: IAttributeRequest[]; + csr?: Buffer; } export interface IKey {