Skip to content

Commit 71f164d

Browse files
authored
Merge pull request #2836 from figtracer/patch-2
add addFromMsgValue() function to interface
2 parents 1e5df6e + 3a2918a commit 71f164d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/stylus/quickstart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ interface ICounter {
273273
function addNumber(uint256 new_number) external;
274274

275275
function increment() external;
276+
277+
function addFromMsgValue() external payable;
276278
}
277279
```
278280

0 commit comments

Comments
 (0)