Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Apr 2, 2019
1 parent eec5642 commit 4571119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ Returns `Thor.Vendor.SigningService`: `Thor.Vendor.TXSigningService` or `Thor.Ve
+ `signer` - `(addr: string): this`: Enforces the specified address to sign the transaction
+ `gas` - `(gas: number): this`: Enforces the specified number as the maximum gas that can be consumed for the transaction
+ `dependsOn` - `(txid: string): this`: Set another txid as dependency ([Reference](https://github.com/vechain/thor/wiki/Transaction-Model#other-new-features))
+ `link` - `(url: string): this`: Set the link to reveal transaction-related information, the link will be used for connex to assemble a `callback url` by replacing the placeholder `{txid}` by `Transaction ID`
+ `comment` - `(text: string): this`: Set the comment for the transaction that will be revealed to the user
+ `request`: Send the request
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.2.2",
"version": "1.2.3",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "",
"scripts": {},
Expand Down

0 comments on commit 4571119

Please sign in to comment.