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 83dcc6d commit 46a3074Copy full SHA for 46a3074
docs/sophia_stdlib.md
@@ -687,8 +687,8 @@ Example usage:
687
```
688
payable contract interface Auction =
689
entrypoint init : (int, string) => void
690
- stateful payable entrypoint buy : (int) => ()
691
- stateful entrypoint sell : (int) => ()
+ stateful payable entrypoint buy : (int) => unit
+ stateful entrypoint sell : (int) => unit
692
693
main contract Market =
694
type state = list(Auction)
0 commit comments