File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
packages/sharing-smart-contract/contracts/interfaces Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,15 @@ interface IPoCo {
4545
4646 // IexecOrderManagement
4747 function manageAppOrder (IexecLibOrders_v5.AppOrderOperation calldata operation ) external ;
48- function manageDatasetOrder (IexecLibOrders_v5.DatasetOrderOperation calldata operation ) external ;
49- function manageWorkerpoolOrder (IexecLibOrders_v5.WorkerpoolOrderOperation calldata operation ) external ;
50- function manageRequestOrder (IexecLibOrders_v5.RequestOrderOperation calldata operation ) external ;
48+ function manageDatasetOrder (
49+ IexecLibOrders_v5.DatasetOrderOperation calldata operation
50+ ) external ;
51+ function manageWorkerpoolOrder (
52+ IexecLibOrders_v5.WorkerpoolOrderOperation calldata operation
53+ ) external ;
54+ function manageRequestOrder (
55+ IexecLibOrders_v5.RequestOrderOperation calldata operation
56+ ) external ;
5157
5258 // IexecPoco1
5359 function matchOrders (
You can’t perform that action at this time.
0 commit comments