Skip to content

Release v1.6.0

Choose a tag to compare

@akord-service akord-service released this 26 Jun 10:54

filtering tweaks

  • implement filter by status
  • list user private vault only if user is still a valid member
  • for public search list only ACTIVE vaults & nodes
// to list all user ACTIVE vaults
const vaults = await akord.vault.listAll({ filter: { status: { eq: "ACTIVE" }}});