Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VerifyRepository

Implemented by

Index

Methods

deleteUser

  • deleteUser(publicKey: string): Promise<void>

fixDanglingOfferSearchesByCreatingInteractions

  • fixDanglingOfferSearchesByCreatingInteractions(): Promise<Array<OfferInteraction>>

getAccountsByPublicKeys

  • getAccountsByPublicKeys(publicKeys: Array<string>): Promise<Array<Account>>

getAllAccounts

  • getAllAccounts(fromDate: Date): Promise<Array<Account>>

getDanglingOfferInteractions

getDanglingOfferSearches

  • getDanglingOfferSearches(type: number): Promise<Array<OfferSearch>>

getOfferInteractionsByOfferIdsAndOwners

  • getOfferInteractionsByOfferIdsAndOwners(offerIds: Array<number>, owners: Array<string>): Promise<Array<OfferInteraction>>

getOfferSearchesByIds

  • getOfferSearchesByIds(ids: Array<number>): Promise<Array<OfferSearch>>

getSearchRequestWithSameTags

getSearchRequestWithoutOwner

Generated using TypeDoc