Skip to main content

Reference / Modules / client / RecoverySharedState

Interface: RecoverySharedState

client.RecoverySharedState

Hierarchy

Table of contents

Properties

Properties

acceptedProtectionRequests

acceptedProtectionRequests: ProtectionRequest[]

Defined in

packages/client/src/Recovery.ts:36


allLegalOfficers

allLegalOfficers: LegalOfficerClass[]

Inherited from

SharedState.allLegalOfficers

Defined in

packages/client/src/SharedClient.ts:33


allRequests

allRequests: ProtectionRequest[]

Defined in

packages/client/src/Recovery.ts:39


axiosFactory

axiosFactory: AxiosFactory

Inherited from

SharedState.axiosFactory

Defined in

packages/client/src/SharedClient.ts:28


cancelledProtectionRequests

cancelledProtectionRequests: ProtectionRequest[]

Defined in

packages/client/src/Recovery.ts:38


componentFactory

componentFactory: ComponentFactory

Inherited from

SharedState.componentFactory

Defined in

packages/client/src/SharedClient.ts:27


config

config: LogionClientConfig

Inherited from

SharedState.config

Defined in

packages/client/src/SharedClient.ts:26


currentAccount

Optional currentAccount: ValidAccountId

Inherited from

SharedState.currentAccount

Defined in

packages/client/src/SharedClient.ts:35


directoryClient

directoryClient: DirectoryClient

Inherited from

SharedState.directoryClient

Defined in

packages/client/src/SharedClient.ts:29


legalOfficers

legalOfficers: LegalOfficerClass[]

Inherited from

SharedState.legalOfficers

Defined in

packages/client/src/SharedClient.ts:32


networkState

networkState: NetworkState<LegalOfficerEndpoint>

Inherited from

SharedState.networkState

Defined in

packages/client/src/SharedClient.ts:30


nodeApi

nodeApi: LogionNodeApiClass

Inherited from

SharedState.nodeApi

Defined in

packages/client/src/SharedClient.ts:31


pendingProtectionRequests

pendingProtectionRequests: ProtectionRequest[]

Defined in

packages/client/src/Recovery.ts:35


recoveredAccount

Optional recoveredAccount: ValidAccountId

Defined in

packages/client/src/Recovery.ts:41


recoveryConfig

Optional recoveryConfig: TypesRecoveryConfig

Defined in

packages/client/src/Recovery.ts:40


rejectedProtectionRequests

rejectedProtectionRequests: ProtectionRequest[]

Defined in

packages/client/src/Recovery.ts:37


selectedLegalOfficers

selectedLegalOfficers: LegalOfficerClass[]

Defined in

packages/client/src/Recovery.ts:42


tokens

tokens: AccountTokens

Inherited from

SharedState.tokens

Defined in

packages/client/src/SharedClient.ts:34