wallet-hd-derivation-kit
    Preparing search index...

    Interface ChainInfo

    interface ChainInfo {
        addressKind?: ScriptType;
        cashaddrPrefix?: string;
        coinType: number;
        curve: Curve;
        defaultFormat?: ExtendedKeyFormat;
        defaultScriptType?: ScriptType;
        formats?: ExtendedKeyFormat[];
        hrp?: string;
        id: ChainId;
        name: string;
        p2pkh?: string;
        p2sh?: string;
        symbol: string;
    }
    Index
    addressKind?: ScriptType
    cashaddrPrefix?: string
    coinType: number
    curve: Curve
    defaultFormat?: ExtendedKeyFormat
    defaultScriptType?: ScriptType
    formats?: ExtendedKeyFormat[]
    hrp?: string
    name: string
    p2pkh?: string
    p2sh?: string
    symbol: string