Skip to content

Commit 648078e

Browse files
committed
refactor: move IexecInterfaceToken documentation to the correct section
1 parent be65435 commit 648078e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/solidity/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 {
555563
function 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

568568
A global interface that aggregates all the interfaces needed to interact with

0 commit comments

Comments
 (0)