Skip to main content

Interface: ChainInfo

Informations regarding a chain.

Properties

bip44

Readonly bip44: BIP44

BIP44 configuration for the chain.

Defined in

packages/core/src/types/chains.ts:45


chainName

Readonly chainName: string

Human readable name of the chain.

Defined in

packages/core/src/types/chains.ts:30


currencies

Readonly currencies: Currency[]

Lists of all supported currencies inside the chain.

Defined in

packages/core/src/types/chains.ts:56


feeCurrencies

Readonly feeCurrencies: Currency[]

This indicates which coin or token can be used for fee to send transaction. You can get actual currency information from Currencies.

Defined in

packages/core/src/types/chains.ts:62


restUrl

Readonly restUrl: string

URL used to perform REST API requests.

Defined in

packages/core/src/types/chains.ts:40


rpcUrl

Readonly rpcUrl: string

URL used to perform RPC requests

Defined in

packages/core/src/types/chains.ts:35


stakeCurrency

Readonly stakeCurrency: Currency

This indicates the type of coin that can be used for stake. You can get actual currency information from Currencies.

Defined in

packages/core/src/types/chains.ts:51