Skip to content

OwnershipVerification

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / OwnershipVerification

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

Result of ownership verification

valid: boolean

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

Whether proof is valid


nftContract: string

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

NFT contract address


tokenId: string

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

Token ID


challenge: string

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

Challenge that was verified


timestamp: number

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

Timestamp of verification


optional error: string

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

Error message if invalid