Skip to content

Commit

Permalink
docs: Add view/pure to docs (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 30, 2021
1 parent b8391b0 commit caa1983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/contract/contract.wrm
Expand Up @@ -96,7 +96,7 @@ describe the generic ways to interact with the properties added
at run-time during the **Contract** constructor.


_heading: Read-Only Methods (constant) @<Contract--readonly>
_heading: Read-Only Methods (constant; i.e. view or pure) @<Contract--readonly>

A constant method is read-only and evaluates a small amount of EVM
code against the current blockchain state and can be computed by
Expand Down

0 comments on commit caa1983

Please sign in to comment.