Skip to content

Commit

Permalink
add TxSigningService.dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Apr 2, 2019
1 parent 4c24375 commit eec5642
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eec5642

Please sign in to comment.