diff --git a/docs/api.md b/docs/api.md index 4578ce6..0b47dd4 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 diff --git a/package.json b/package.json index 52db633..dfe42ba 100644 --- a/package.json +++ b/package.json @@ -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": {},