Interface VerifyRepository
Methods
deleteUser
- deleteUser(publicKey: string): Promise<void>
-
Parameters
Returns Promise<void>
fixDanglingOfferSearchesByCreatingInteractions
- fixDanglingOfferSearchesByCreatingInteractions(): Promise<Array<OfferInteraction>>
getAccountsByPublicKeys
- getAccountsByPublicKeys(publicKeys: Array<string>): Promise<Array<Account>>
-
Parameters
-
publicKeys: Array<string>
Returns Promise<Array<Account>>
getAllAccounts
- getAllAccounts(fromDate: Date): Promise<Array<Account>>
-
Parameters
Returns Promise<Array<Account>>
getDanglingOfferInteractions
getDanglingOfferSearches
- getDanglingOfferSearches(type: number): Promise<Array<OfferSearch>>
getOfferInteractionsByOfferIdsAndOwners
- getOfferInteractionsByOfferIdsAndOwners(offerIds: Array<number>, owners: Array<string>): Promise<Array<OfferInteraction>>
-
Parameters
-
offerIds: Array<number>
-
owners: Array<string>
getOfferSearchesByIds
- getOfferSearchesByIds(ids: Array<number>): Promise<Array<OfferSearch>>
getSearchRequestWithSameTags
getSearchRequestWithoutOwner