We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b65c55e + 6f54bcf commit 18a1ab2Copy full SHA for 18a1ab2
index.d.ts
@@ -305,6 +305,11 @@ declare namespace Connex {
305
* parent block id
306
*/
307
parentID: string
308
+
309
+ /**
310
+ * supported txs features
311
+ */
312
+ txsFeatures?: number
313
}
314
315
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vechain/connex",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Standard interface to connect DApp with VeChain and user",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments