Skip to main content

Interface: LoginState

Hierarchy

  • CurrentUser

    LoginState

Properties

ethAddress

ethAddress: string

Inherited from

CurrentUser.ethAddress

Defined in

typings/sdk/common.d.ts:14


filAddress

Optional filAddress: string

Inherited from

CurrentUser.filAddress

Defined in

typings/sdk/common.d.ts:16


fromCache

Optional fromCache: boolean

Defined in

ui/hooks/src/use-login.ts:49


isNewUser

Optional isNewUser: boolean

Inherited from

CurrentUser.isNewUser

Defined in

typings/sdk/common.d.ts:15


isReady

Optional isReady: boolean

Defined in

ui/hooks/src/use-login.ts:42


isSigningIn

Optional isSigningIn: boolean

Defined in

ui/hooks/src/use-login.ts:44


pubKey

pubKey: string

Inherited from

CurrentUser.pubKey

Defined in

typings/sdk/common.d.ts:13


waitForAuth

Optional waitForAuth: boolean

Defined in

ui/hooks/src/use-login.ts:43