Skip to content

Commit

Permalink
[FABCN-394] Update typescript interface file (#128) (#129)
Browse files Browse the repository at this point in the history
Updated both typescript definition files to match the case
and the existance of the implementation function.

Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite authored May 5, 2020
1 parent f120508 commit 33b940a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apis/fabric-shim-api/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare module 'fabric-shim-api' {
getTxID(): string;
getChannelID(): string;
getCreator(): SerializedIdentity;
getMspID(): string;
getMSPID(): string;
getTransient(): Map<string, Uint8Array>;

getSignedProposal(): ChaincodeProposal.SignedProposal;
Expand Down
1 change: 1 addition & 0 deletions libraries/fabric-shim/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ declare module 'fabric-shim' {
getTxID(): string;
getChannelID(): string;
getCreator(): SerializedIdentity;
getMSPID(): string;
getTransient(): Map<string, Uint8Array>;

getSignedProposal(): ChaincodeProposal.SignedProposal;
Expand Down

0 comments on commit 33b940a

Please sign in to comment.