Skip to content

Commit

Permalink
[FABN-1276] Update ConnectOptions type
Browse files Browse the repository at this point in the history
Signed-off-by: Wilfried Magne <[email protected]>
Change-Id: I2305a69d049360b04237751bffc6f4d02ef0f98c
  • Loading branch information
J3SR0 committed Oct 4, 2019
1 parent 067b627 commit d826d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabric-client/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,11 @@ declare namespace Client { // tslint:disable-line:no-namespace

export interface ConnectOptions {
full_block?: boolean;
private_data?: boolean;
startBlock?: number | string;
endBlock?: number | string;
signedEvent?: SignedEvent;
target?: Peer | string;
}

export interface EventHubRegistrationRequest {
Expand Down

0 comments on commit d826d15

Please sign in to comment.