@connext/types
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -230,2 +230,3 @@ import { MessagingConfig } from "@connext/messaging"; | ||
export declare type WithdrawParameters<T = string> = DepositParameters<T> & { | ||
userSubmitted?: boolean; | ||
recipient?: Address; | ||
@@ -232,0 +233,0 @@ }; |
{ | ||
"name": "@connext/types", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "TypeScript typings for common Connext types", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@connext/messaging": "0.0.14", | ||
"@connext/messaging": "0.0.15", | ||
"@counterfactual/types": "0.0.33", | ||
@@ -22,0 +22,0 @@ "@types/jest": "24.0.17", |
@@ -335,2 +335,3 @@ import { MessagingConfig } from "@connext/messaging"; | ||
export type WithdrawParameters<T = string> = DepositParameters<T> & { | ||
userSubmitted?: boolean; | ||
recipient?: Address; // if not provided, will default to signer addr | ||
@@ -337,0 +338,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
249552
34
2009