Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

1.1.0

Choose a tag to compare

@dwalintukan dwalintukan released this 15 Aug 08:06
· 8 commits to master since this release
aa022d1

Release Notes

  • Moved Contract.constructDataHex() to Encoder.constructData() static method. Now you can generate a data hex for a sendtocontract or callcontract statically. Contract.send() and Contract.call() are still available convenience methods to call these.
  • Moved Contract.validateMethodAndArgs() to Encoder.validateMethodAndArgs() static method.