Skip to content

Change Of Heart

Compare
Choose a tag to compare
@snowypowers snowypowers released this 27 Mar 07:40
· 596 commits to master since this release
  • Wallet

    • Add scripthash support. Account now accepts scripthash as a constructor and isScriptHash is available as a verification method.
  • SC

    • Add arguments for handling specific ContractParam transformation. The first one to do this is Fixed8 which takes a decimals argument which adjusts the number to the number of decimals given. This is useful for contracts that use decimals places other than 8.