SecretNftData: { 
    collectionId: number | null; 
    creator: string; 
    isSoulbound: boolean; 
    nftId: number; 
    offchainData: string; 
    owner: string; 
    royalty: number; 
    secretOffchainData: string; 
}
Type declaration
- 
collectionId: number | null
 
- 
creator: string
 
- 
isSoulbound: boolean
 
- 
nftId: number
 
- 
offchainData: string
 
- 
owner: string
 
- 
royalty: number
 
- 
secretOffchainData: string