From eec56422466e486aa65bd532f65d446cd34252ff Mon Sep 17 00:00:00 2001 From: qianbin Date: Tue, 2 Apr 2019 15:04:04 +0800 Subject: [PATCH] add TxSigningService.dependsOn --- index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.d.ts b/index.d.ts index 0fceb51..a37c91b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -489,6 +489,12 @@ declare namespace Connex { */ gas(gas: number): this + /** + * set another txid as dependency + * @param txid + */ + dependsOn(txid: string): this + /** * set the link to reveal tx related information. * first appearance of slice '{txid}' in the given link url will be replaced with txid.