Function: restoreKeys()
restoreKeys(
signer
,accountAddress
,syncServerUri
,addressStorage
,keysStorage
,identityToken
):Promise
<{accountAddress
:`0x${string}`
;keys
:IdentityKeys
; }>
Defined in: packages/hypergraph/src/connect/login.ts:86
Parameters
signer
accountAddress
`0x${string}`
syncServerUri
string
addressStorage
keysStorage
identityToken
string
Returns
Promise
<{ accountAddress
: `0x${string}`
; keys
: IdentityKeys
; }>