▸ getTransactionsHistory(vaults
): Promise
<VaultTransaction
[]>
Returns up to 1000 of the most recent transactions of the current user associated with the given vault
Name | Type | Description |
---|---|---|
vaults |
Hex [] |
An array of vault addresses to query the interactions for |
Promise
<VaultTransaction
[]>
A promise that resolves to an array of transactions corresponding to the given vaults
See
Transaction History for more information