@xchainjs/xchain-thorchain 0.28.3 → 0.28.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -177,7 +177,7 @@ declare class Client extends BaseXChainClient implements ThorchainClient, XChain
177
177
  * @param {string} txId The transaction id.
178
178
  * @returns {Tx} The transaction details of the given transaction id.
179
179
  */
180
- getTransactionData(txId: string, address?: Address): Promise<Tx>;
180
+ getTransactionData(txId: string, address?: string): Promise<Tx>;
181
181
  /** This function is used when in bound or outbound tx is not of thorchain
182
182
  *
183
183
  * @param txId - transaction hash