paulmillr/scure-bip32

HARDENED_OFFSET is not a static property of HDKey

mahnunchik opened this issue · 0 comments

According to the documentation HARDENED_OFFSET should be a static property of HDKey class:

public static HARDENED_OFFSET: number;

But HARDENED_OFFSET is exported as named export

export const HARDENED_OFFSET: number = 0x80000000;