File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Solidity API
22
3+ ## IexecInterfaceToken
4+
5+ A global interface that aggregates all the interfaces needed to interact with
6+ the PoCo contracts in token mode.
7+
8+ _ Referenced in the SDK with the current path ` contracts/IexecInterfaceToken.sol ` .
9+ Changing the name or the path would cause a breaking change in the SDK._
10+
311## IexecERC20Core
412
513## IexecEscrowTokenFacet
@@ -555,14 +563,6 @@ struct PocoStorage {
555563function isRegistered(address _entry) external view returns (bool)
556564```
557565
558- ## IexecInterfaceToken
559-
560- A global interface that aggregates all the interfaces needed to interact with
561- the PoCo contracts in token mode.
562-
563- _ Referenced in the SDK with the current path ` contracts/IexecInterfaceToken.sol ` .
564- Changing the name or the path would cause a breaking change in the SDK._
565-
566566## IexecInterfaceNative
567567
568568A global interface that aggregates all the interfaces needed to interact with
You can’t perform that action at this time.
0 commit comments