File tree Expand file tree Collapse file tree
content/contracts/5.x/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ This API reference is automatically generated from the OpenZeppelin Contracts re
1515- [ ERC721] ( /contracts/5.x/api/token/ERC721 ) - Non-fungible token standard implementation
1616- [ ERC1155] ( /contracts/5.x/api/token/ERC1155 ) - Multi-token standard implementation
1717
18+ ### Crosschain
19+ - [ ERC7786] ( /contracts/5.x/api/crosschain ) - Contracts for sending and receiving cross chain messages that follows the ERC-7786 standard.
20+
1821### Utilities
1922- [ Utils] ( /contracts/5.x/api/utils ) - General utility functions and contracts
2023- [ Cryptography] ( /contracts/5.x/api/utils/cryptography ) - Cryptographic utilities
Original file line number Diff line number Diff line change 186186 "name" : " Account" ,
187187 "url" : " /contracts/5.x/api/account"
188188 },
189+ {
190+ "type" : " page" ,
191+ "name" : " Crosschain" ,
192+ "url" : " /contracts/5.x/api/crosschain"
193+ },
189194 {
190195 "type" : " page" ,
191196 "name" : " Finance" ,
You can’t perform that action at this time.
0 commit comments