UNPKG

@shakesco/silent

Version:

Bitcoin Silent Payments

10 lines (8 loc) 205 B
class ECPrivateInfo { constructor(privkey, isTaproot, tweak = false) { this.privkey = privkey; this.isTaproot = isTaproot; this.tweak = tweak; } } module.exports = ECPrivateInfo;