Function: signup()
signup(
signer
,_walletClient
,smartAccountClient
,accountAddress
,syncServerUri
,addressStorage
,keysStorage
,identityToken
,chain
,rpcUrl
):Promise
<{accountAddress
:`0x${string}`
;keys
:IdentityKeys
; }>
Defined in: packages/hypergraph/src/connect/login.ts:28
Parameters
signer
_walletClient
smartAccountClient
SmartAccountClient
accountAddress
`0x${string}`
syncServerUri
string
addressStorage
keysStorage
identityToken
string
chain
Chain
rpcUrl
string
Returns
Promise
<{ accountAddress
: `0x${string}`
; keys
: IdentityKeys
; }>