docs: fixed v5 typo in contracts (#3969)
This commit is contained in:
parent
bacd48cd5c
commit
91a84102d6
@ -136,7 +136,7 @@ _code: other operations in v5 @lang<script>
|
|||||||
contract.functions.foo(addr)
|
contract.functions.foo(addr)
|
||||||
|
|
||||||
// Forces using call
|
// Forces using call
|
||||||
contract.staticCall.foo(addr)
|
contract.callStatic.foo(addr)
|
||||||
|
|
||||||
// Estimate the gas
|
// Estimate the gas
|
||||||
contract.estimateGas.foo(addr)
|
contract.estimateGas.foo(addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user