Skip to content

verifyOwnership()

SIP Protocol API Reference v0.7.2


SIP Protocol API Reference / verifyOwnership

verifyOwnership(proof): OwnershipVerification

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:8951

Verify an ownership proof (convenience function)

OwnershipProof

The ownership proof to verify

OwnershipVerification

Verification result

import { verifyOwnership } from '@sip-protocol/sdk'
const result = verifyOwnership(proof)
console.log(result.valid) // true or false