@fastnear/repl 0.9.6 → 0.9.8

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.
@@ -0,0 +1,30 @@
1
+ near.utils.publicKeyFromPrivate('ed25519:9cutZ9bYq6pP7MiMGponEiV42H4Wz2Rn4yC71JVuQRUKnnA4Y1YADJdDUcPSGeWWxCtXVmgMAqgpDVU3Vtwd4mJ')
2
+ v(mockTx)
3
+ mockTx
4
+ v(mockTx)
5
+ mockTx
6
+ v(mockTx)
7
+ near.exp.borsh.deserialize(near.exp.borshSchema.SignedTransaction, unborsh)
8
+ v(unborsh)
9
+ unborsh
10
+ unborsh = near.exp.borsh.serialize(near.exp.borshSchema.SignedTransaction, mockTx)
11
+ v(near.exp.borsh.serialize(near.exp.borshSchema.SignedTransaction, mockTx))
12
+ near.exp.borsh.serialize(near.exp.borshSchema.SignedTransaction, mockTx)
13
+ near.exp.borshSchema.SignedTransaction
14
+ near.exp.borshSchema
15
+ near.exp.borshSchema()
16
+ near.exp.borshSchema().SignedTransaction
17
+ near.exp.borshSchema
18
+ near.exp.borshSchema.SignedTransaction
19
+ near.exp.borsh.serialize(near.exp.borshSchema.SignedTransaction, mockTx)
20
+ near.utils.bor
21
+ near.borsh
22
+ near.borsh.
23
+ v(mockTx)
24
+ mockTx
25
+ near.actions.functionCall()
26
+ near.actions.functionCall
27
+ near.actions
28
+ near
29
+ v(mockTx)
30
+ mockTx
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@fastnear/repl",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "license": "MIT",
5
5
  "description": "Simple REPL to explore NEAR blockchain objects",
6
6
  "bin": "bin/repl.cjs",
7
7
  "type": "module",
8
- "author": "FastNEAR",
8
+ "author": "FastNear",
9
9
  "homepage": "https://js.fastnear.com",
10
10
  "repository": {
11
11
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "clean": "yarn rimraf node_modules"
24
24
  },
25
25
  "dependencies": {
26
- "@fastnear/api": "0.9.6"
26
+ "@fastnear/api": "0.9.8"
27
27
  },
28
28
  "devDependencies": {
29
29
  "rimraf": "*"