Skip to main content

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

Signer

accountAddress

`0x${string}`

syncServerUri

string

addressStorage

Storage

keysStorage

Storage

identityToken

string

Returns

Promise<{ accountAddress: `0x${string}`; keys: IdentityKeys; }>