@dynamic-labs/wallet-connector-core
Advanced tools
Comparing version 0.15.0-RC.14 to 0.15.0-RC.15
{ | ||
"name": "@dynamic-labs/wallet-connector-core", | ||
"version": "0.15.0-RC.14", | ||
"version": "0.15.0-RC.15", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -52,1 +52,6 @@ export declare const Chains: readonly ["ETH", "FLOW", "SOL", "EVM", "ALGO", "STARK"]; | ||
} | ||
export interface EmailWalletConnector extends WalletConnector { | ||
canConnectViaEmail: boolean; | ||
readonly email: string | undefined; | ||
setEmail: (email: string) => void; | ||
} |
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
2981
62