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

    Variable EXTENDED_KEY_FORMATSConst

    EXTENDED_KEY_FORMATS: Readonly<
        Record<
            ExtendedKeyFormat,
            Readonly<
                {
                    privateVersion: string;
                    publicVersion: string;
                    purpose: number;
                    scriptType: ScriptType;
                },
            >,
        >,
    >