- Preparing search index...
- The search index is not available
API References
Type alias UploadMetadataInput
Upload
Metadata
Input
: { name
?: undefined | string; symbol
?: undefined | string; description
?: undefined | string; seller_fee_basis_points
?: undefined | number; image
?: undefined | string | MetaplexFile; external_url
?: undefined | string | MetaplexFile; attributes
?: undefined | { trait_type
?: string; value
?: string; [key:
string]
: unknown }[]; properties
?: undefined | { creators
?: { address
?: string; share
?: number; [key:
string]
: unknown }[]; files
?: { type
?: string; uri
?: string | MetaplexFile; [key:
string]
: unknown }[]; [key:
string]
: unknown }; collection
?: undefined | { name
?: string; family
?: string; [key:
string]
: unknown } }
Type declaration
-
Optional
name?: undefined | string
-
Optional
symbol?: undefined | string
-
Optional
description?: undefined | string
-
Optional
seller_fee_basis_points?: undefined | number
-
Optional
image?: undefined | string | MetaplexFile
-
Optional
external_url?: undefined | string | MetaplexFile
-
Optional
attributes?: undefined | { trait_type?: string; value?: string; [key: string]: unknown }[]
-
Optional
properties?: undefined | { creators?: { address?: string; share?: number; [key: string]: unknown }[]; files?: { type?: string; uri?: string | MetaplexFile; [key: string]: unknown }[]; [key: string]: unknown }
-
Optional
collection?: undefined | { name?: string; family?: string; [key: string]: unknown }