Skip to content

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.

Provider

string

Promise<string[]>