postchain-client 2.1.1 → 2.1.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/built/cjs/index.js +5 -1
- package/built/cjs/index.js.map +1 -1
- package/built/esm/index.js +4 -3
- package/built/esm/index.js.map +1 -1
- package/built/index.d.ts +1 -0
- package/built/index.js +1 -0
- package/built/index.js.map +1 -1
- package/built/umd/index.js +4 -0
- package/built/umd/index.js.map +1 -1
- package/changelog.md +10 -6
- package/package.json +1 -1
package/built/cjs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var merklehashts = require('merklehashts');
|
|
4
3
|
var buffer = require('buffer');
|
|
4
|
+
var merklehashts = require('merklehashts');
|
|
5
5
|
var bn_js = require('bn.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
7
|
var crypto = require('crypto');
|
|
@@ -3797,6 +3797,10 @@ function decodeTransactionToGtx(encodedTransaction) {
|
|
|
3797
3797
|
return gtx$1;
|
|
3798
3798
|
}
|
|
3799
3799
|
|
|
3800
|
+
Object.defineProperty(exports, 'Buffer', {
|
|
3801
|
+
enumerable: true,
|
|
3802
|
+
get: function () { return buffer.Buffer; }
|
|
3803
|
+
});
|
|
3800
3804
|
exports.AlreadySignedTransactionException = AlreadySignedTransactionException;
|
|
3801
3805
|
exports.BlockAnchoringException = BlockAnchoringException;
|
|
3802
3806
|
exports.BlockchainUrlUndefinedException = BlockchainUrlUndefinedException;
|