@cfxlabsinc/b2b-services
    Preparing search index...

    Service-layer projection of an ACTIVE b2b.chain row.

    type Chain = {
        externalId: `chn_${string}`;
        key: string;
        name: string;
        runtime: ChainRuntime | null;
    }
    Index

    Properties

    externalId: `chn_${string}`

    Stable chn_-prefixed external id (e.g. "chn_solana"). Self-custody WALLET payment instruments store this in their provider column to reference the settling chain.

    key: string

    Canonical lowercase chain id (e.g. "solana", "avalanche-c-chain").

    name: string

    Display label (e.g. "Solana").

    runtime: ChainRuntime | null

    Execution runtime, or null for chains we don't classify yet.