Optionalcollection
collection?: null | {
address?: string;
name?: string;
verified?: boolean;
}
compressed
compressed: boolean
Optionalcreators
creators?: {
address: string;
share: number;
verified: boolean;
}[]
Optionaledition
edition?: null | {
isMaster: boolean;
number?: number;
}
Optionalmodel
model?: "compressed" | "token" | "programmableNFT"
Optionalowner
owner?: string
OptionalupdateAuthority
updateAuthority?: null | string