Function: exportVaults()
exportVaults(): Promise<[FordefiVault]>
Description
Export user's vaults, including their respective private keys.
For Bitcoin (UTXO) vaults, the same vault will have multiple entries, each with a different address and privateKeyHex.
Throws
Returns
Promise
< [FordefiVault]
>
A Promise that resolves when the export operation is successful.