Skip to content

Commit

Permalink
Merge branch 'develop' into fix-rpc-test-822
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Aug 26, 2022
2 parents 0c5e31e + c507274 commit 1097d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/API/contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A Meta-Class is a Class which has any of its properties determined at run-time.

### Read-Only Methods(constant)

A constant method (denoted view in Cairo) is read-only and evaluates a small amount of EVM code against the current blockchain state. It is therefore free and does not require any fee, but cannot make changes to the blockchain state...
A constant method (denoted view in Cairo) is read-only and evaluates a small amount of Cairo code against the current blockchain state. It is therefore free and does not require any fee, but cannot make changes to the blockchain state...

contract.**METHOD_NAME**(...args [ , overrides ]) => _Promise < Result >_

Expand Down

0 comments on commit 1097d7c

Please sign in to comment.