Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
fix interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: mihaisc <[email protected]>
  • Loading branch information
mihaisc committed Oct 23, 2020
1 parent 556a2e9 commit fbf28f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/hooks/useCompute/useCompute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ interface UseCompute {
dataTokenAddress: string,
algorithmRawCode: string,
computeContainer: ComputeValue,
marketFeeAddress?: string
marketFeeAddress?: string,
orderId?: string
) => Promise<ComputeJob | void>
computeStep?: number
computeStepText?: string
Expand Down
3 changes: 2 additions & 1 deletion src/hooks/useConsume/useConsume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ interface UseConsume {
did: DID | string,
dataTokenAddress: string,
serviceType: ServiceType,
marketFeeAddress: string
marketFeeAddress: string,
orderId?: string
) => Promise<void>
consumeStep?: number
consumeStepText?: string
Expand Down

0 comments on commit fbf28f3

Please sign in to comment.