@dynamic-labs/types
Advanced tools
Comparing version 0.17.0-RC.17 to 0.17.0-RC.18
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "0.17.0-RC.17", | ||
"version": "0.17.0-RC.18", | ||
"repository": { | ||
@@ -29,5 +29,5 @@ "type": "git", | ||
"dependencies": { | ||
"@dynamic-labs/sdk-api": "0.0.195", | ||
"@dynamic-labs/sdk-api": "0.0.198", | ||
"ethers": "5.7.2" | ||
} | ||
} |
import { type ethers } from 'ethers'; | ||
export type WalletUiUtils = { | ||
enableInternalSign: () => void; | ||
disabledConfirmationOnce: () => void; | ||
sendTransaction: (props: { | ||
@@ -5,0 +5,0 @@ handler: (transaction: ethers.utils.Deferrable<ethers.providers.TransactionRequest>) => Promise<ethers.providers.TransactionResponse>; |
Sorry, the diff of this file is too big to display
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
81967
+ Added@dynamic-labs/sdk-api@0.0.198(transitive)
- Removed@dynamic-labs/sdk-api@0.0.195(transitive)