@hiero-ledger/sdk 2.78.0 → 2.79.0-beta.12
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/umd.js +3 -3
- package/dist/umd.min.js +2 -2
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/dist/umd.js
CHANGED
|
@@ -16446,13 +16446,13 @@
|
|
|
16446
16446
|
}
|
|
16447
16447
|
|
|
16448
16448
|
/**
|
|
16449
|
-
* @deprecated - use `@
|
|
16449
|
+
* @deprecated - use `@hashgraph/sdk`.PublicKey instead
|
|
16450
16450
|
* @param {Transaction} transaction
|
|
16451
16451
|
* @returns {boolean}
|
|
16452
16452
|
*/
|
|
16453
16453
|
verifyTransaction(transaction) {
|
|
16454
16454
|
//NOSONAR
|
|
16455
|
-
console.log("Deprecated: use `@
|
|
16455
|
+
console.log("Deprecated: use `@hashgraph/sdk`.PublicKey instead");
|
|
16456
16456
|
|
|
16457
16457
|
transaction._requireFrozen();
|
|
16458
16458
|
|
|
@@ -98729,7 +98729,7 @@
|
|
|
98729
98729
|
|
|
98730
98730
|
const SDK_NAME = "hiero-sdk-js";
|
|
98731
98731
|
const SDK_VERSION =
|
|
98732
|
-
"2.
|
|
98732
|
+
"2.79.0-beta.12" ;
|
|
98733
98733
|
|
|
98734
98734
|
// SPDX-License-Identifier: Apache-2.0
|
|
98735
98735
|
|