We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e15f6 commit f53b50fCopy full SHA for f53b50f
packages/sharing-smart-contract/contracts/interfaces/IPoCo.sol
@@ -21,7 +21,6 @@ pragma solidity ^0.8.24;
21
// TODO import interfaces (IexecOrderManagement, IexecPoco1, ...) from @iexec/poco.
22
23
interface IPoCo {
24
-
25
// IexecEscrowNative
26
function deposit() external payable returns (bool); // Native mode
27
0 commit comments