Skip to content

ArweaveKit v1.5.1

Latest
Compare
Choose a tag to compare
@7i7o 7i7o released this 29 Sep 01:38
· 6 commits to main since this release
e020fd7

Features

  • Added viewContractState function to retrieve the result from a contract's read function. You can still consult the contract's current state using readContractState.

Fixes

  • Fixed writeContract to use evaluationOptions correctly. You can now safely define rules on how a contract will be evaluated during write interactions ( Evaluation Options )