Function: proveIdentityOwnership()
proveIdentityOwnership(
smartAccountClient
,accountAddress
,keys
):Promise
<{accountProof
:string
;keyProof
:string
; }>
Defined in: packages/hypergraph/src/identity/prove-ownership.ts:20
Parameters
smartAccountClient
SmartAccountClient
accountAddress
string
keys
Returns
Promise
<{ accountProof
: string
; keyProof
: string
; }>