Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 742 Bytes

getTransactionsHistory.md

File metadata and controls

21 lines (12 loc) · 742 Bytes

getTransactionsHistory

getTransactionsHistory(vaults): Promise<VaultTransaction[]>

Returns up to 1000 of the most recent transactions of the current user associated with the given vault

Parameters

Name Type Description
vaults Hex[] An array of vault addresses to query the interactions for

Returns

Promise<VaultTransaction[]>

A promise that resolves to an array of transactions corresponding to the given vaults

See

Transaction History for more information