@leofcoin/chain 1.7.49 → 1.7.50

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.
@@ -146,6 +146,10 @@ const createMessage = (sender = globalThis.peerid, contract) => {
146
146
  staticCall: get
147
147
  };
148
148
  };
149
+ // const createState = () => {
150
+ // peers
151
+ // lastBlock
152
+ // }
149
153
  const debug = (message) => {
150
154
  worker.postMessage({
151
155
  type: 'debug',
@@ -146,6 +146,10 @@ const createMessage = (sender = globalThis.peerid, contract) => {
146
146
  staticCall: get
147
147
  };
148
148
  };
149
+ // const createState = () => {
150
+ // peers
151
+ // lastBlock
152
+ // }
149
153
  const debug = (message) => {
150
154
  worker.postMessage({
151
155
  type: 'debug',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.7.49",
3
+ "version": "1.7.50",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {