Features
- Added
viewContractState
function to retrieve the result from a contract's read function. You can still consult the contract's current state usingreadContractState
.
Fixes
- Fixed
writeContract
to useevaluationOptions
correctly. You can now safely define rules on how a contract will be evaluated during write interactions ( Evaluation Options )