codechain-sdk-js icon indicating copy to clipboard operation
codechain-sdk-js copied to clipboard

Add fromJSON() to Transaction, SignedTransaction

Open joojis opened this issue 5 years ago • 0 comments

For consistency with other core classes,

Deprecate

  • fromJSONToTransaction()
  • fromJSONToSignedTransaction()

and add

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

joojis avatar Apr 18 '19 12:04 joojis