IbcCoreRegistry.ts
This module provides the IBC Core registry.
Added in v0.4.0
models
Section titled “models”IBC_CORE_REGISTRY
Section titled “IBC_CORE_REGISTRY”Signature
export declare const IBC_CORE_REGISTRY: { [chainId: string & Brand<"UniversalChainId">]: Domain.IbcCoreAddress }Added in v0.4.0
getIbcCoreAddress
Section titled “getIbcCoreAddress”Signature
export declare const getIbcCoreAddress: (ucid: Domain.UniversalChainId) => Option.Option<Domain.IbcCoreAddress>Added in v0.4.0
getIbcCoreAddressOrError
Section titled “getIbcCoreAddressOrError”Signature
export declare const getIbcCoreAddressOrError: ( ucid: string & Brand<"UniversalChainId">) => Effect.Effect<Domain.IbcCoreAddress, Error.SystemError, never>Added in v0.4.0
getIbcCoreAddressOrThrow
Section titled “getIbcCoreAddressOrThrow”Signature
export declare const getIbcCoreAddressOrThrow: (ucid: string & Brand<"UniversalChainId">) => Domain.IbcCoreAddressAdded in v0.4.0