|
|
@ -22,8 +22,8 @@ function HDKey (versions) { |
|
|
|
} |
|
|
|
|
|
|
|
Object.defineProperty(HDKey.prototype, 'fingerprint', { get: function () { return this._fingerprint } }) |
|
|
|
Object.defineProperty(HDKey.prototype, 'identifier', {get: function () { return this._identifier } }) |
|
|
|
Object.defineProperty(HDKey.prototype, 'pubKeyHash', {get: function () { return this.identifier }}) |
|
|
|
Object.defineProperty(HDKey.prototype, 'identifier', { get: function () { return this._identifier } }) |
|
|
|
Object.defineProperty(HDKey.prototype, 'pubKeyHash', { get: function () { return this.identifier } }) |
|
|
|
|
|
|
|
Object.defineProperty(HDKey.prototype, 'privateKey', { |
|
|
|
get: function () { |
|
|
|