Function: verifyIdentityOwnership()
verifyIdentityOwnership(
accountAddress
,publicKey
,accountProof
,keyProof
,chain
,rpcUrl
):Promise
<boolean
>
Defined in: packages/hypergraph/src/identity/prove-ownership.ts:50
Parameters
accountAddress
string
publicKey
string
accountProof
string
keyProof
string
chain
Chain
rpcUrl
string
Returns
Promise
<boolean
>