bitcoinjs-lib/ts_src/bip32_lbry.ts
2022-05-17 10:49:48 -04:00

9 lines
240 B
TypeScript

// bip32 stuff specific to LBRY. This file didn't exist in bitcoinjs-lib at the
// time of forking. This file may or may not have a better home in a different
// library.
export enum KeyPath {
RECEIVE = 0,
CHANGE = 1,
CHANNEL = 2,
}