@walletconnect/types
Advanced tools
Comparing version 1.0.0-beta.85 to 1.0.0-beta.86
@@ -101,2 +101,8 @@ declare module "@walletconnect/types" { | ||
export interface ISocketTransportOptions { | ||
url: string; | ||
netMonitor?: INetworkMonitor; | ||
subscriptions?: string[]; | ||
} | ||
export interface ISessionStatus { | ||
@@ -241,2 +247,12 @@ chainId: number; | ||
export interface IConnectorOpts { | ||
cryptoLib: ICryptoLib; | ||
connectorOpts: IWalletConnectOptions; | ||
transport?: ITransportLib | null; | ||
sessionStorage?: ISessionStorage | null; | ||
clientMeta?: IClientMeta | null; | ||
qrcodeModal?: IQRCodeModal | null; | ||
pushServerOpts?: IPushServerOptions; | ||
} | ||
export interface INodeJSOptions { | ||
@@ -294,2 +310,14 @@ clientMeta: IClientMeta; | ||
export interface IWalletConnectStarkwareProviderOptions extends IWCRpcConnectionOptions { | ||
contractAddress: string; | ||
} | ||
export interface IWalletConnectSDKOptions extends IWalletConnectOptions { | ||
bridge?: string; | ||
} | ||
export interface IWalletConnectProviderOptions extends IWCEthRpcConnectionOptions { | ||
pollingInterval?: number; | ||
} | ||
export interface IRequestOptions { | ||
@@ -296,0 +324,0 @@ forcePushNotification?: boolean; |
{ | ||
"name": "@walletconnect/types", | ||
"version": "1.0.0-beta.85", | ||
"version": "1.0.0-beta.86", | ||
"description": "Typescript Types for WalletConnect", | ||
@@ -30,6 +30,3 @@ "scripts": {}, | ||
}, | ||
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7", | ||
"devDependencies": { | ||
"@types/mocha": "5.2.7" | ||
} | ||
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10102
0
308