@dynamic-labs/types
Advanced tools
Comparing version 3.0.0-alpha.65 to 3.0.0-alpha.66
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "3.0.0-alpha.65", | ||
"version": "3.0.0-alpha.66", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,3 +0,3 @@ | ||
export type { WalletUiUtils } from './wallets'; | ||
export type { WalletUiUtils, WalletAddressType } from './wallets'; | ||
export { BaseWallet } from './BaseWallet'; | ||
export type { BaseWalletProps } from './BaseWallet'; |
@@ -23,1 +23,2 @@ import { IUITransaction } from '../transaction'; | ||
}; | ||
export type WalletAddressType = 'payment' | 'ordinals'; |
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
358411
296