getTransaction
Get information regarding a transaction proposed to an INTU vault
import { getTransaction} from "@intuweb3/web-exp";
getTransaction(vaultAddress, txId, signer)
Arguments:
Input | Type | Description |
---|---|---|
vaultAddress | string | address of the vault |
transactionId | number | Id of transaction (retrieved from transaction array in getVaults) |
signer | object | Signer object acquired from ethers or equivalent |
Returns:
An array of results, each containing an INTU smart contract's information for a particular account.
Name | Type | Description |
---|---|---|
transactions | Transaction[] |
|