PrivateNFTOwnership
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / PrivateNFTOwnership
Interface: PrivateNFTOwnership
Section titled “Interface: PrivateNFTOwnership”Defined in: @sip-protocol/types/dist/index.d.ts:2231
Private NFT ownership record
Stores the relationship between an NFT and its private owner using stealth addresses for unlinkability.
Properties
Section titled “Properties”nftContract
Section titled “nftContract”nftContract:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2233
NFT contract address
tokenId
Section titled “tokenId”tokenId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2235
Token ID
ownerStealth
Section titled “ownerStealth”ownerStealth:
StealthAddress
Defined in: @sip-protocol/types/dist/index.d.ts:2237
Stealth address of the owner (unlinkable)
ownershipHash
Section titled “ownershipHash”ownershipHash:
`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:2239
Hash of ownership data for integrity
chain:
ChainId
Defined in: @sip-protocol/types/dist/index.d.ts:2241
Chain where NFT exists
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2243
Timestamp of ownership creation