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