mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-03 23:57:29 +01:00
fix interfaces
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
556a2e97fe
commit
fbf28f304c
@ -13,7 +13,8 @@ interface UseCompute {
|
|||||||
dataTokenAddress: string,
|
dataTokenAddress: string,
|
||||||
algorithmRawCode: string,
|
algorithmRawCode: string,
|
||||||
computeContainer: ComputeValue,
|
computeContainer: ComputeValue,
|
||||||
marketFeeAddress?: string
|
marketFeeAddress?: string,
|
||||||
|
orderId?: string
|
||||||
) => Promise<ComputeJob | void>
|
) => Promise<ComputeJob | void>
|
||||||
computeStep?: number
|
computeStep?: number
|
||||||
computeStepText?: string
|
computeStepText?: string
|
||||||
|
@ -8,7 +8,8 @@ interface UseConsume {
|
|||||||
did: DID | string,
|
did: DID | string,
|
||||||
dataTokenAddress: string,
|
dataTokenAddress: string,
|
||||||
serviceType: ServiceType,
|
serviceType: ServiceType,
|
||||||
marketFeeAddress: string
|
marketFeeAddress: string,
|
||||||
|
orderId?: string
|
||||||
) => Promise<void>
|
) => Promise<void>
|
||||||
consumeStep?: number
|
consumeStep?: number
|
||||||
consumeStepText?: string
|
consumeStepText?: string
|
||||||
|
Loading…
Reference in New Issue
Block a user