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.mjs
CHANGED
|
@@ -522,7 +522,7 @@ var BedrockCore = class _BedrockCore {
|
|
|
522
522
|
* Get the main account's public key
|
|
523
523
|
*/
|
|
524
524
|
getPublicKey() {
|
|
525
|
-
return this.
|
|
525
|
+
return this.encryptionPrivateKey.publicKey.toHex();
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
* Get the sub-account's private key (as hex string)
|