Skip to content

Commit 33b940a

Browse files
authored
[FABCN-394] Update typescript interface file (#128) (#129)
Updated both typescript definition files to match the case and the existance of the implementation function. Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent f120508 commit 33b940a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apis/fabric-shim-api/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ declare module 'fabric-shim-api' {
5454
getTxID(): string;
5555
getChannelID(): string;
5656
getCreator(): SerializedIdentity;
57-
getMspID(): string;
57+
getMSPID(): string;
5858
getTransient(): Map<string, Uint8Array>;
5959

6060
getSignedProposal(): ChaincodeProposal.SignedProposal;

libraries/fabric-shim/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ declare module 'fabric-shim' {
7676
getTxID(): string;
7777
getChannelID(): string;
7878
getCreator(): SerializedIdentity;
79+
getMSPID(): string;
7980
getTransient(): Map<string, Uint8Array>;
8081

8182
getSignedProposal(): ChaincodeProposal.SignedProposal;

0 commit comments

Comments
 (0)