Skip to content

PrivateNFTOwnership

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / 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.

nftContract: string

Defined in: @sip-protocol/types/dist/index.d.ts:2233

NFT contract address


tokenId: string

Defined in: @sip-protocol/types/dist/index.d.ts:2235

Token ID


ownerStealth: StealthAddress

Defined in: @sip-protocol/types/dist/index.d.ts:2237

Stealth address of the owner (unlinkable)


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: number

Defined in: @sip-protocol/types/dist/index.d.ts:2243

Timestamp of ownership creation