Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DataRequestRepository

Implemented by

Index

Methods

getRequests

  • getRequests(fromPk: string | null, toPk: string | null): Promise<Array<DataRequest>>

grantAccessForClient

  • grantAccessForClient(fromPk: string, toPk: string, encryptedResponse: string): Promise<number>

grantAccessForOffer

  • grantAccessForOffer(offerId: number, clientPk: string, encryptedClientResponse: string, priceId: number): Promise<void>

requestPermissions

  • requestPermissions(toPk: string, encryptedRequest: string): Promise<number>

Generated using TypeDoc