Skip to content

Commit 18a1ab2

Browse files
authored
Merge pull request #52 from qianbin/master
add txsFeatures to thor.status.head
2 parents b65c55e + 6f54bcf commit 18a1ab2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@ declare namespace Connex {
305305
* parent block id
306306
*/
307307
parentID: string
308+
309+
/**
310+
* supported txs features
311+
*/
312+
txsFeatures?: number
308313
}
309314
}
310315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/connex",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Standard interface to connect DApp with VeChain and user",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)