Skip to main content

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

Signer

_walletClient

smartAccountClient

SmartAccountClient

accountAddress

`0x${string}`

syncServerUri

string

addressStorage

Storage

keysStorage

Storage

identityToken

string

chain

Chain

rpcUrl

string

Returns

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