@chainify/types
Advanced tools
Comparing version 1.2.13 to 1.2.14
# @chainify/types | ||
## 1.2.14 | ||
### Patch Changes | ||
- - solana nfts | ||
## 1.2.13 | ||
@@ -4,0 +10,0 @@ |
import { ChainId } from '@liquality/cryptoassets'; | ||
export { ChainId } from '@liquality/cryptoassets'; | ||
export declare type AssetType = 'native' | 'erc20'; | ||
export declare type AssetType = 'native' | 'erc20' | 'nft'; | ||
export interface Asset { | ||
@@ -5,0 +5,0 @@ name: string; |
{ | ||
"name": "@chainify/types", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Liquality <info@liquality.io>", |
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
17428