CodeChain-io/codechain-sdk-js

Add fromJSON() to Transaction, SignedTransaction

Opened this issue · 0 comments

For consistency with other core classes,

Deprecate

  • fromJSONToTransaction()
  • fromJSONToSignedTransaction()

and add

  • Transaction.fromJSON()
  • SignedTransaction.fromJSON()