@chainify/types
Advanced tools
Comparing version 1.2.14 to 1.2.15
# @chainify/types | ||
## 1.2.15 | ||
### Patch Changes | ||
- - use `@solana/spl-token-registry` | ||
## 1.2.14 | ||
@@ -4,0 +10,0 @@ |
export interface NFTAsset { | ||
token_id: string; | ||
asset_contract: { | ||
address: string; | ||
name: string; | ||
symbol: string; | ||
token_id?: string; | ||
asset_contract?: { | ||
address?: string; | ||
name?: string; | ||
symbol?: string; | ||
image_url?: string; | ||
external_link?: string; | ||
}; | ||
collection: { | ||
collection?: { | ||
name: string; | ||
@@ -12,0 +12,0 @@ }; |
{ | ||
"name": "@chainify/types", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"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
17506