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 dd2ed54 commit f2ed516Copy full SHA for f2ed516
runtime/src/IDemo.sol
@@ -9,8 +9,8 @@ address constant DEMO_PRECOMPILE_ADDRESS = address(0xB0000);
9
/// @dev Documentation:
10
/// @dev - ink! Contract calling this interface: https://github.com/use-ink/ink-examples/precompile-demo
11
interface IDemo {
12
- /// @notice Estimates the `Weight` required to execute a given XCM message.
+ /// @notice Simple echo function.
13
/// @param mode The value `0` causes the `echo` function to revert.
14
/// @return If `mode > 0`, the input `message` is echoed back to the caller.
15
function echo(uint8 mode, bytes message) external view returns (bytes);
16
-}
+}
0 commit comments