Skip to main content

Reference / Modules / client / BalanceSharedState

Interface: BalanceSharedState

client.BalanceSharedState

Hierarchy

Table of contents

Properties

Properties

allLegalOfficers

allLegalOfficers: LegalOfficerClass[]

Inherited from

SharedState.allLegalOfficers

Defined in

packages/client/src/SharedClient.ts:33


axiosFactory

axiosFactory: AxiosFactory

Inherited from

SharedState.axiosFactory

Defined in

packages/client/src/SharedClient.ts:28


balances

Readonly balances: CoinBalance[]

Defined in

packages/client/src/Balance.ts:21


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


isRecovery

Readonly isRecovery: boolean

Defined in

packages/client/src/Balance.ts:23


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


recoveredAccount

Optional Readonly recoveredAccount: ValidAccountId

Defined in

packages/client/src/Balance.ts:24


tokens

tokens: AccountTokens

Inherited from

SharedState.tokens

Defined in

packages/client/src/SharedClient.ts:34


transactions

Readonly transactions: Transaction[]

Defined in

packages/client/src/Balance.ts:22