@leofcoin/chain 1.3.11 → 1.3.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/demo/chain.browser.js +4 -0
- package/dist/chain.browser.js +4 -0
- package/dist/chain.js +4 -0
- package/dist/module/chain.js +4 -0
- package/package.json +1 -1
- package/src/chain.js +4 -0
package/demo/chain.browser.js
CHANGED
|
@@ -66200,6 +66200,10 @@ class Chain extends Contract {
|
|
|
66200
66200
|
return this.#totalTransactions
|
|
66201
66201
|
}
|
|
66202
66202
|
|
|
66203
|
+
get nativeCalls() {
|
|
66204
|
+
return this.#nativeCalls
|
|
66205
|
+
}
|
|
66206
|
+
|
|
66203
66207
|
get totalSize() {
|
|
66204
66208
|
return this.#totalSize
|
|
66205
66209
|
}
|
package/dist/chain.browser.js
CHANGED
|
@@ -66200,6 +66200,10 @@ class Chain extends Contract {
|
|
|
66200
66200
|
return this.#totalTransactions
|
|
66201
66201
|
}
|
|
66202
66202
|
|
|
66203
|
+
get nativeCalls() {
|
|
66204
|
+
return this.#nativeCalls
|
|
66205
|
+
}
|
|
66206
|
+
|
|
66203
66207
|
get totalSize() {
|
|
66204
66208
|
return this.#totalSize
|
|
66205
66209
|
}
|
package/dist/chain.js
CHANGED
package/dist/module/chain.js
CHANGED
package/package.json
CHANGED