Skip to content

Commit

Permalink
WebsocketProviderOptions interface updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Aug 3, 2019
1 parent 7665a64 commit a563af0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web3-providers/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,10 @@ export interface HttpProviderOptions {
export interface WebsocketProviderOptions {
host?: string;
timeout?: number;
reconnectionTimeout?: number;
headers?: {};
protocol?: string;
clientConfig?: string;
requestOptions?: object
requestOptions?: object,
origin?: string
}

0 comments on commit a563af0

Please sign in to comment.