ChainRegistry.ts
This module interfaces with the indexer via the GraphQL protocol.
Added in v2.0.0
Signature
export declare class ChainRegistryErrorAdded in v2.0.0
Source: src/ChainRegistry.ts:42
Signature
export declare class ChainRegistryAdded in v2.0.0
Source: src/ChainRegistry.ts:53
Signature
export declare const getChainById: (id: UniversalChainId) => Effect.Effect<Chain, ChainRegistryError, Indexer>Source: src/ChainRegistry.ts:242
Added in v2.0.0