Optional
collection
collection?: null | {
address?: string;
name?: string;
verified?: boolean;
}
compressed
compressed: boolean
Optional
creators
creators?: {
address: string;
share: number;
verified: boolean;
}[]
Optional
edition
edition?: null | {
isMaster: boolean;
number?: number;
}
Optional
model
model?: "compressed" | "token" | "programmableNFT"
Optional
owner
owner?: string
Optional
updateAuthority
updateAuthority?: null | string