From 6f54bcf25b17b5ecde57fc8ccbfef28f78ea81ff Mon Sep 17 00:00:00 2001 From: qianbin Date: Mon, 24 Jun 2019 11:02:18 +0800 Subject: [PATCH] add txsFeatures to thor.status.head --- index.d.ts | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index c6c9298..46503f1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -305,6 +305,11 @@ declare namespace Connex { * parent block id */ parentID: string + + /** + * supported txs features + */ + txsFeatures?: number } } diff --git a/package.json b/package.json index a6c013d..c257c99 100644 --- a/package.json +++ b/package.json @@ -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",