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 efdc7cd commit be8ee86Copy full SHA for be8ee86
contracts/interfaces/draft-IERC7786.sol
@@ -55,10 +55,9 @@ interface IERC7786Receiver {
55
*
56
* This function may be called directly by the gateway.
57
*/
58
- function executeMessage(
+ function receiveMessage(
59
bytes32 receiveId,
60
bytes calldata sender, // Binary Interoperable Address
61
- bytes calldata payload,
62
- bytes[] calldata attributes
+ bytes calldata payload
63
) external payable returns (bytes4);
64
}
0 commit comments