bedrock-ts-sdk 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -594,7 +594,7 @@ var BedrockCore = class _BedrockCore {
|
|
|
594
594
|
* Get the main account's public key
|
|
595
595
|
*/
|
|
596
596
|
getPublicKey() {
|
|
597
|
-
return this.
|
|
597
|
+
return this.encryptionPrivateKey.publicKey.toHex();
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
600
600
|
* Get the sub-account's private key (as hex string)
|