Skip to content

Commit

Permalink
Merge pull request #52 from qianbin/master
Browse files Browse the repository at this point in the history
add txsFeatures to thor.status.head
  • Loading branch information
qianbin committed Jun 24, 2019
2 parents b65c55e + 6f54bcf commit 18a1ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ declare namespace Connex {
* parent block id
*/
parentID: string

/**
* supported txs features
*/
txsFeatures?: number
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex",
"version": "1.3.0",
"version": "1.3.1",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 18a1ab2

Please sign in to comment.