getVaultIdsForAccount
getVaultIdsForAccount(
provider,account):Promise<string[]>
Defined in: ootle/src/helpers/vault-walker.ts:47
Fetch account and return the list of vault ids it references (depth-first,
unique). Returns an empty array if the component does not exist or holds no
vaults.
Parameters
Section titled “Parameters”provider
Section titled “provider”account
Section titled “account”string
Returns
Section titled “Returns”Promise<string[]>